Problem 3nplus1
User godex
Submission Time 2025-01-22 17:04:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:9:19: error: expected ‘;’ before ‘while’
9 | cout << i << " "
| ^
| ;
10 | while (i != 1){
| ~~~~~