Details
Description
This code in C:
int main() {
int x;
x = 5;
if (x == 5) {
return 1;
}
return 0;
}
has overall status Accepted despite all tests give Runtime error.
int main() {
int x;
x = 5;
if (x == 5) {
return 1;
}
return 0;
}
has overall status Accepted despite all tests give Runtime error.
Activity
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
45d 4h 59m | 1 | Maciej Matraszek | 2012-12-7 21:06 | |||||
|
40s | 1 | Maciej Matraszek | 2012-12-7 21:07 | |||||
|
4d 15h 9m | 1 | Mateusz Kwapich | 2012-12-12 12:16 |