Problem | timeexam |
---|---|
User | Slayer555 |
Submission Time | 2023-12-11 22:01:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:14:18: error: expected initializer before ‘>’ token
14 | while (int Y > 24) {
| ^
timeexam.cpp:14:17: error: expected ‘)’ before ‘>’ token
14 | while (int Y > 24) {
| ~ ^~
| )
timeexam.cpp:14:18: error: expected primary-expression before ‘>’ token
14 | while (int Y > 24) {
| ^
timeexam.cpp:17:18: error: ‘Y’ was not declared in this scope
17 | int O = E - (Y * 24);
| ^
timeexam.cpp:28:17: error: expected initializer before ‘>’ token
28 | while (int N > 24) {
| ^
timeexam.cpp:28:16: error: expected ‘)’ before ‘>’ token
28 | while (int N > 24) {
| ~ ^~
| )
timeexam.cpp:28:17: error: expected primary-expression before ‘>’ token