Problem | veryeasyproblem |
---|---|
User | Chudamani |
Submission Time | 2023-05-24 16:06:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasyproblem.cpp:1:5: error: cannot declare ‘::main’ to be a global variable
1 | int main;
| ^~~~
veryeasyproblem.cpp:3:1: error: ‘cin’ does not name a type
3 | cin >> n;
| ^~~
veryeasyproblem.cpp:4:1: error: ‘cout’ does not name a type
4 | cout << n;
| ^~~~