Problem 3nplus1II
User Dannyboy
Submission Time 2023-11-14 09:38:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:7:8: error: ‘i’ was not declared in this scope
7 | while(i<t){
| ^
3nplus1II.cpp:16:9: error: expected ‘;’ before ‘}’ token
16 | break
| ^
| ;
17 | }
| ~