| Problem | evenorodd | 
|---|---|
| User | BiggyFZX | 
| Submission Time | 2024-06-19 09:45:40 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 evenorodd.cpp: In function ‘int main()’:
evenorodd.cpp:5:10: error: expected unqualified-id before ‘==’ token
    5 |  if (int == odd){
      |          ^~
evenorodd.cpp:6:9: error: ‘mr’ was not declared in this scope
    6 | cout << mr sigma you are odd>>
      |         ^~
evenorodd.cpp:8:32: error: expected ‘}’ at end of input
    8 |   cout << mr sigma you are even>>
      |                                ^~
evenorodd.cpp:5:17: note: to match this ‘{’
    5 |  if (int == odd){
      |                 ^
evenorodd.cpp:8:32: error: expected ‘}’ at end of input
    8 |   cout << mr sigma you are even>>
      |                                ^~
evenorodd.cpp:3:12: note: to match this ‘{’
    3 | int main() {
      |            ^