Problem exam
User AwkUngenially
Submission Time 2025-03-31 08:39:42
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 {
| ~ ^~
| )