Problem | eight |
---|---|
User | godex |
Submission Time | 2025-01-27 17:07:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int32_t main()’:
eight.cpp:12:5: error: expected ‘,’ or ‘;’ before ‘if’
12 | if (e == 8){
| ^~
eight.cpp:16:3: error: ‘else’ without a previous ‘if’
16 | else {
| ^~~~
eight.cpp:20:9: error: ‘z’ was not declared in this scope
20 | cout << z;
| ^