Problem 3nplus1
User MatttNguyen
Submission Time 2026-03-25 23:48:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:1:1: error: ‘n’ does not name a type
1 | n=int(input());r=[n]
| ^
3nplus1.cpp:1:16: error: ‘r’ does not name a type
1 | n=int(input());r=[n]
| ^