Problem | evenorodd |
---|---|
User | chikin |
Submission Time | 2025-06-16 15:42:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
evenorodd.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> score;
| ^~~
evenorodd.cpp:8:9: error: ‘cout’ was not declared in this scope
8 | cout << "Odd";
| ^~~~
evenorodd.cpp:10:8: error: ‘cout’ was not declared in this scope
10 | cout << "Even";
| ^~~~