| Problem | evenorodd |
|---|---|
| User | Hbst2013 |
| Submission Time | 2026-04-10 17:02:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:4:18: error: expected ‘;’ before ‘if’
4 | int a; cin>>a
| ^
| ;
5 | if (a%2==1){
| ~~
evenorodd.cpp:9:1: error: expected ‘}’ at end of input
9 | }
| ^
evenorodd.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^