Problem | veryeasyproblem |
---|---|
User | scape167 |
Submission Time | 2023-11-26 20:14:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:2:4: error: ‘ll’ was not declared in this scope
2 | ll n;
| ^~
veryeasyproblem.cpp:3:4: error: ‘cin’ was not declared in this scope
3 | cin >> n;
| ^~~
veryeasyproblem.cpp:3:11: error: ‘n’ was not declared in this scope
3 | cin >> n;
| ^
veryeasyproblem.cpp:4:4: error: ‘cout’ was not declared in this scope
4 | cout << n;
| ^~~~