Problem | 3nplus1 |
---|---|
User | MrPuddleVon |
Submission Time | 2025-06-16 15:39:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:17: error: expected ‘)’ before ‘{’ token
10 | if ((n%2 == 0) {
| ~ ^~
| )
3nplus1.cpp:15:2: error: expected primary-expression before ‘}’ token
15 | }
| ^
3nplus1.cpp:16:11: error: expected ‘;’ before ‘return’
16 | cout << 1
| ^
| ;
17 | return 0;
| ~~~~~~