| Problem | evenorodd_ex |
|---|---|
| User | WangZ |
| Submission Time | 2025-12-01 16:27:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd_ex.cpp:1:2: error: invalid preprocessing directive #incldue; did you mean #include?
1 | #incldue <bits/stdc++.h>
| ^~~~~~~
| include
evenorodd_ex.cpp: In function ‘int main()’:
evenorodd_ex.cpp:6:2: error: ‘ios_base’ has not been declared
6 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
evenorodd_ex.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin.tie(nullptr);
| ^~~
evenorodd_ex.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #incldue <bits/stdc++.h>
evenorodd_ex.cpp:16:2: error: ‘cout’ was not declared in this scope
16 | cout << o << " " << e;
| ^~~~
evenorodd_ex.cpp:16:2: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?