Problem sort
User KJF
Submission Time 2026-04-03 18:59:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:16:3: error: expected ‘)’ before ‘;’ token
16 | };
| ^
| )
sort.cpp:14:6: note: to match this ‘(’
14 | sort(nums.begin(), nums.end(), [](string a, string b) {
| ^