| Problem | evenorodd |
|---|---|
| User | Enigma |
| Submission Time | 2023-11-08 10:36:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:7:16: error: ‘even’ was not declared in this scope
7 | std::cout << even;
| ^~~~
evenorodd.cpp:9:16: error: ‘odd’ was not declared in this scope
9 | std::cout << odd;
| ^~~