| Problem | 3nplus1 |
|---|---|
| User | Syw |
| Submission Time | 2025-11-12 14:12:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:10:25: error: expected primary-expression before ‘)’ token
10 | if (isEven(x) == true;){
| ^
3nplus1.cpp:16:13: error: expected ‘;’ before ‘}’ token
16 | cout << x
| ^
| ;
17 | }
| ~