Problem exam
User AwkUngenially
Submission Time 2025-03-31 08:39:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:8: error: expected ‘(’ before ‘x’
8 | while x != 0 {
| ^
| (
exam.cpp:8:14: error: expected ‘)’ before ‘{’ token
8 | while x != 0 {
| ~ ^~
| )
exam.cpp:11:9: error: expected ‘;’ before ‘x’
11 | z += y
| ^
| ;
12 | x--
| ~
exam.cpp:14:11: error: expected ‘;’ before ‘return’
14 | cout << z
| ^
| ;
15 | return 0
| ~~~~~~