| Problem | 3nplus1 |
|---|---|
| User | emyz |
| Submission Time | 2023-06-03 17:30:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin>>n;
| ^~~
3nplus1.cpp:12:4: error: ‘cout’ was not declared in this scope
12 | cout<<n<<endl;
| ^~~~
3nplus1.cpp:12:13: error: ‘endl’ was not declared in this scope
12 | cout<<n<<endl;
| ^~~~
3nplus1.cpp:17:4: error: ‘cout’ was not declared in this scope
17 | cout<<n<<endl;
| ^~~~
3nplus1.cpp:17:13: error: ‘endl’ was not declared in this scope
17 | cout<<n<<endl;
| ^~~~