Problem GSS
User jamallikestocode
Submission Time 2026-03-30 16:31:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int32_t main()’:
GSS.cpp:11:35: error: expected ‘;’ before ‘}’ token
11 | sort(a.rbegin(), a.rend())
| ^
| ;
12 | }
| ~
GSS.cpp:17:13: error: ‘sum’ was not declared in this scope
17 | cout << sum;
| ^~~