Problem installingapps_ex
User coinunderscore
Submission Time 2026-07-23 01:01:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

installingapps_ex.cpp: In function ‘int main()’:
installingapps_ex.cpp:44:70: error: expected ‘)’ before ‘;’ token
44 | sort(ans.begin(), ans.end(), greater<pair<int, pair<int, int>>>();
| ~ ^
| )