Problem snowball
User j0ashhh
Submission Time 2025-08-21 18:53:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:13:17: error: expected ‘)’ before ‘;’ token
13 | sort(arr, arr+n; comp);
| ~ ^
| )
snowball.cpp:13:23: error: expected ‘;’ before ‘)’ token
13 | sort(arr, arr+n; comp);
| ^
| ;
snowball.cpp:17:15: error: invalid type argument of unary ‘*’ (have ‘int’)
17 | sum += num**2;
| ^