Problem | arrayproblem |
---|---|
User | grapecoder |
Submission Time | 2023-11-24 18:24:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrayproblem.cpp: In function βint main()β:
arrayproblem.cpp:50:49: error: expected primary-expression before β)β token
50 | sort(suffix.begin(), suffix.end(), greater<int>);
| ^