Problem 3nplus1
User phoenix348
Submission Time 2025-01-08 16:25:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:8: error: expected ‘;’ before ‘while’
7 | temp=n
| ^
| ;
8 | while (temp != 1){
| ~~~~~