Problem 3nplus1
User Thealienhuman
Submission Time 2026-06-22 15:52:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:17: error: expected ‘;’ before ‘}’ token
13 | n = (3*n) + 1
| ^
| ;
14 | }
| ~
3nplus1.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
3nplus1.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^