Problem helloworld
User godex
Submission Time 2026-02-04 16:19:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:15:37: error: expected primary-expression before ‘>’ token
15 | else if (arr[i] == 2 && volume => 1)
| ^
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() {
| ^