Problem 3nplus1II
User carson
Submission Time 2025-04-10 17:16:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:11:15: error: expected ‘;’ before ‘}’ token
11 | a = (3*a)+1
| ^
| ;
12 | }
| ~