Problem | evenorodd |
---|---|
User | aaaaaaaa |
Submission Time | 2023-11-08 11:00:24 |
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 <iostream>
| ^~~~~~~
evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> a;
| ^~~
evenorodd.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << "Number is odd";
| ^~~~
evenorodd.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout << "number is even";
| ^~~~