Problem 3nplus1
User AvMLim
Submission Time 2025-06-16 22:09:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘void f(long long int)’:
3nplus1.cpp:6:12: error: break statement not within loop or switch
6 | if (n==1) break;
| ^~~~~