Problem evenorodd
User BoneMeBurner
Submission Time 2023-04-14 15:15:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> i;
| ^~~
evenorodd.cpp:8:6: error: ‘i’ was not declared in this scope
8 | if (i % 2) == 1{
| ^
evenorodd.cpp:8:13: error: expected primary-expression before ‘==’ token
8 | if (i % 2) == 1{
| ^~
evenorodd.cpp:12:8: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [5]’)
12 | cout >> "Even";
| ~~~~ ^~ ~~~~~~
| | |
| | const char [5]
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from evenorodd.cpp:1:
/usr/include/c++/9/cstddef:140:5: note: candidate: ‘template<class _IntegerType> constexpr std::__byte_op_t<_IntegerType> std::opera