Problem | 3nplus1 |
---|---|
User | BlueSpace |
Submission Time | 2024-04-20 09:46:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:17: error: ‘number’ was not declared in this scope
13 | cout << number << " is even." << "\n";
| ^~~~~~
3nplus1.cpp:15:17: error: ‘number’ was not declared in this scope
15 | cout << number << " is odd." << "\n";
| ^~~~~~