Problem 3nplus1
User RhombusGHIL
Submission Time 2026-04-20 20:51:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:14:18: error: expected ‘;’ before ‘cout’
14 | a = a * 3 + 1
| ^
| ;
15 | cout << a;
| ~~~~