| Problem | evenorodd |
|---|---|
| User | berrymochi |
| Submission Time | 2026-06-22 16:20:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << a,b;
| ^~~~
evenorodd.cpp:2:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
1 | #include <queue>
+++ |+#include <iostream>
2 | using namespace std;