Problem 3nplus1II
User Maskaphobia
Submission Time 2024-02-02 14:00:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:9:11: error: expected ‘;’ before ‘time’
9 | a = a/2
| ^
| ;
10 | time += 1
| ~~~~
3nplus1II.cpp:12:15: error: expected ‘;’ before ‘time’
12 | a = 3 *a +1
| ^
| ;
13 | time +=1
| ~~~~