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
- All
- Comments
- History
- Activity
- Transitions
- Commits
Patryk Hes
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | Program, który robi tylko return 1; ma status OK | Program that makes only return 1; has status OK |
Mateusz Kwapich
made changes -
Fix Version/s | 0.1.3 [ 11102 ] |
Mateusz Kwapich
made changes -
Assignee | Maciej Matraszek [ matrach ] |
Maciej Matraszek
made changes -
Status | New [ 10000 ] | Open [ 1 ] |
Maciej Matraszek
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Maciej Matraszek [ matrach ] | Szymon Acedański [ accek ] |
Resolution | Fixed [ 1 ] |
Mateusz Kwapich
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Szymon Acedański [ accek ] | Mateusz Kwapich [ mitrandir77 ] |