| Problem | helloworld |
|---|---|
| User | godex |
| Submission Time | 2026-02-04 16:19:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:22:30: error: lvalue required as left operand of assignment
22 | if (volume > 2 && playing = 0)
| ^
helloworld.cpp:23:10: error: ‘yes’ was not declared in this scope
23 | cout >> yes;
| ^~~
helloworld.cpp:24:2: error: expected ‘}’ at end of input
24 | }
| ^
helloworld.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^