Problem | eight |
---|---|
User | AliLam |
Submission Time | 2025-06-16 16:50:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:11:8: error: expected ‘(’ before ‘{’ token
11 | while {
| ^
| (
eight.cpp:11:8: error: expected primary-expression before ‘{’ token
eight.cpp:11:7: error: expected ‘)’ before ‘{’ token
11 | while {
| ^~
| )
eight.cpp:13:11: error: expected ‘;’ before ‘if’
13 | cin >> a
| ^
| ;
14 | if (a == 8) {
| ~~
eight.cpp:18:13: error: expected ‘;’ before ‘}’ token
18 | cout << cut
| ^
| ;
19 | }
| ~