Problem | GSS |
---|---|
User | SMJ360 |
Submission Time | 2024-06-20 11:18:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:28:27: error: expected primary-expression before ‘)’ token
28 | sort(T, T+N, greater<int>);
| ^
GSS.cpp:29:15: error: request for member ‘size’ in ‘T’, which is of non-class type ‘int [N]’
29 | free_bar = T.size() / 4;
| ^~~~