Problem 3nplus1
User raphael
Submission Time 2026-06-22 16:55:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:13: error: expected primary-expression before ‘;’ token
13 | n = 3*n+!;
| ^
3nplus1.cpp:15:18: error: expected ‘;’ before ‘:’ token
15 | cout<< n << " ":
| ^
| ;