Problem 3nplus1II
User Ignatius
Submission Time 2025-03-07 14:56:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:11:6: error: ‘N’ was not declared in this scope
11 | if(N==1){
| ^
3nplus1II.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
3nplus1II.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^