Problem evenorodd
User Xinlan
Submission Time 2023-11-08 11:24:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:9:9: error: expected unqualified-id before ‘%’ token
9 | if (int%2 = 0) {
| ^
evenorodd.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
evenorodd.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^