| Problem | evenorodd |
|---|---|
| User | abhro |
| Submission Time | 2025-06-16 16:28:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:5:3: error: ‘cin’ was not declared in this scope
5 | cin >> a;
| ^~~
evenorodd.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;
evenorodd.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << "even" ;
| ^~~~
evenorodd.cpp:9:9: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
evenorodd.cpp:10:8: error: ‘cout’ was not declared in this scope
10 | else cout << "odd";
| ^~~~
evenorodd.cpp:10:8: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?