Problem snowball
User AwkUngenially
Submission Time 2025-05-01 14:57:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:15:10: error: expected identifier before numeric constant
15 | greater[0] += y;
| ^
snowball.cpp:15:10: error: expected ‘]’ before numeric constant
15 | greater[0] += y;
| ^
| ]
snowball.cpp:15:9: error: empty structured binding declaration
15 | greater[0] += y;
| ^
snowball.cpp:15:13: error: expected initializer before ‘+=’ token
15 | greater[0] += y;
| ^~