Problem 3nplus1II
User SMILE
Submission Time 2024-04-20 14:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:20:3: error: expected ‘}’ before ‘else’
20 | }else if (n<1){
| ^~~~
3nplus1II.cpp:10:10: note: to match this ‘{’
10 | if(n>=1){
| ^