Eevee icon indicating copy to clipboard operation
Eevee copied to clipboard

Eevee is a local OI(and perhaps ACM in the future) judger for Linux. It currently only works in X86 (32-bit).

Results 3 Eevee issues
Sort by recently updated
recently updated
newest added

OS: Ubuntu 12.04.3 LTS gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) test.c ``` c #include int main() { printf("hello world\n"); return 0; } ``` Compile and run ``` $ gcc test.c -static...

bug

This demo can't redirect I/O correctly. Though I think this project will be no longer maintained.

When program path is absolute path, an error occured. ``` $ ./caretaker /tmp/a.out ./caretaker: Error executing(forgot to link statically?). ```