| Problem | evenorodd |
|---|---|
| User | notachicken |
| Submission Time | 2026-03-27 14:49:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:4:7: error: ‘a’ was not declared in this scope
4 | cin>>a;
| ^
evenorodd.cpp:5:7: error: ‘b’ was not declared in this scope
5 | cin>>b;
| ^
evenorodd.cpp:7:2: error: ‘couta’ was not declared in this scope
7 | couta>>odd;
| ^~~~~
evenorodd.cpp:7:9: error: ‘odd’ was not declared in this scope
7 | couta>>odd;
| ^~~
evenorodd.cpp:8:12: error: ‘even’ was not declared in this scope
8 | cout>b>even;
| ^~~~