Problem | 3nplus1 |
---|---|
User | Eagle |
Submission Time | 2024-03-01 14:14:28 |
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>>a;
| ^~~
3nplus1.cpp:14:3: error: ‘cout’ was not declared in this scope
14 | cout<<a<<" ";
| ^~~~
3nplus1.cpp:19:3: error: ‘cout’ was not declared in this scope
19 | cout<<a<<" ";
| ^~~~