| Problem | 3nplus1 |
|---|---|
| User | cOoKiEs |
| Submission Time | 2023-11-08 13:44:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> n;
| ^~~
3nplus1.cpp:7:13: error: ‘cout’ was not declared in this scope
7 | cout << n << " ";
| ^~~~
3nplus1.cpp:11:13: error: ‘cout’ was not declared in this scope
11 | cout << n<< " ";
| ^~~~