Problem evenorodd
User Yvonne
Submission Time 2024-06-19 10:38:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:7:11: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
7 | cout << print even;}
| ^~~~~
| printf
evenorodd.cpp:10:11: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
10 | cout << print odd;}
| ^~~~~
| printf
evenorodd.cpp:10:21: error: expected ‘}’ at end of input
10 | cout << print odd;}
| ^
evenorodd.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^