| Problem | helloworld |
|---|---|
| User | godex |
| Submission Time | 2026-02-04 16:18:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:15:37: error: expected primary-expression before ‘>’ token
15 | else if (arr[i] == 2 && volume => 1)
| ^
helloworld.cpp:21:30: error: lvalue required as left operand of assignment
21 | if (volume > 2 && playing = 0)
| ^
helloworld.cpp:22:10: error: ‘yes’ was not declared in this scope
22 | cout >> yes;
| ^~~
helloworld.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
helloworld.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^