Problem 3nplus1II
User Someone13912
Submission Time 2026-02-14 10:12:06
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 ‘length’
11 | length *= 3
| ^
| ;
12 | length += 1
| ~~~~~~