Problem 3nplus1
User bernice333
Submission Time 2026-02-28 10:19:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:5: error: expected unqualified-id before ‘=’ token
6 | int=n;
| ^
3nplus1.cpp:7:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn