Problem veryeasyproblem
User CheeseAndBread
Submission Time 2024-03-20 14:30:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasyproblem.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream> using namespace std; int main(){int n; cin >> n; cout << n;}
| ^~~~~~~
veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:1:59: error: ‘cin’ was not declared in this scope
1 | include <iostream> using namespace std; int main(){int n; cin >> n; cout << n;}
| ^~~
veryeasyproblem.cpp:1:69: error: ‘cout’ was not declared in this scope
1 | include <iostream> using namespace std; int main(){int n; cin >> n; cout << n;}
| ^~~~