Problem 3nplus1
User AliLam
Submission Time 2025-06-18 16:54:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:23: error: expected ‘;’ before ‘while’
8 | long long A; cin >> A
| ^
| ;
9 | while (A != 1) {
| ~~~~~