Problem | GSS |
---|---|
User | JhoCyber |
Submission Time | 2024-12-28 11:00:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int32_t main()’:
GSS.cpp:25:69: error: expected ‘;’ before ‘grouping’
25 | sort(grouping.begin(),grouping.end(),greater<int>())
| ^
| ;
26 | grouping.pop_back();
| ~~~~~~~~
GSS.cpp:36:1: error: expected ‘}’ at end of input
36 | }
| ^
GSS.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^