| Problem | evenorodd |
|---|---|
| User | potatotomatobanana |
| Submission Time | 2023-11-14 15:32:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:2:9: error: ‘cin’ was not declared in this scope
2 | int a; cin >> a;
| ^~~
evenorodd.cpp:4:3: error: ‘cout’ was not declared in this scope
4 | cout << "Even";
| ^~~~
evenorodd.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << "Odd";
| ^~~~