Problem | 1609 |
---|---|
User | TheInvadr |
Submission Time | 2023-12-11 11:39:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
1609.cpp: In function ‘int main()’:
1609.cpp:16:5: error: expected initializer before ‘cin’
16 | cin>>n;
| ^~~
1609.cpp:17:11: error: ‘n’ was not declared in this scope
17 | cout<<n;
| ^