Problem 3nplus1
User Teeskit
Submission Time 2025-06-29 14:01:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:10: error: expected primary-expression before ‘==’ token
10 | if (n% == 0)
| ^~
3nplus1.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
3nplus1.cpp:4:15: note: to match this ‘{’
4 | signed main() { // statement in program should be in the curly bracket
| ^