Problem | evenorodd |
---|---|
User | invisiblestrxng |
Submission Time | 2023-11-08 14:28:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:7:6: error: ‘n’ was not declared in this scope
7 | if (n%2 == 0){
| ^
evenorodd.cpp:10:6: error: ‘n’ was not declared in this scope
10 | if (n%2 == 1){
| ^