Problem 3nplus1
User Syw
Submission Time 2025-11-12 14:11:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:2:20: error: expected ‘;’ before ‘int32_t’
2 | using namespace std
| ^
| ;
......
6 | int32_t main(){
| ~~~~~~~
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:10:17: error: expected primary-expression before ‘==’ token
10 | if (isEven(x) == true){
| ^~
3nplus1.cpp:16:13: error: expected ‘;’ before ‘}’ token
16 | cout << x
| ^
| ;
17 | }
| ~