| Problem | evenorodd |
|---|---|
| User | luminar13s |
| Submission Time | 2026-05-19 09:10:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main() {
| ~~~
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
evenorodd.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^