| Problem | evenorodd |
|---|---|
| User | Ultraman425 |
| Submission Time | 2026-02-13 11:51:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include iostream
| ^~~~~~~~
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> a;
| ^~~
evenorodd.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #include iostream
evenorodd.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << "Odd";
| ^~~~
evenorodd.cpp:8:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
evenorodd.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout << "Even";
| ^~~~
evenorodd.cpp:10:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?