Problem eight
User godex
Submission Time 2025-01-27 17:08:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^