Problem 3nplus1
User potatocabbage
Submission Time 2024-11-02 18:41:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:11: error: expected ‘;’ before ‘while’
7 | cout << n
| ^
| ;
8 | while (i != 1) {
| ~~~~~
3nplus1.cpp:19:13: error: expected ‘;’ before ‘cout’
19 | cout << ' '
| ^
| ;
20 | cout << 1
| ~~~~