Problem 3nplus1
User MrPuddleVon
Submission Time 2025-06-16 15:40:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 | }
| ^