0_0_39808816_5048.cpp: In function 'int main()': 0_0_39808816_5048.cpp:27:10: error: expected ')' before ';' token 27 | }; | ^ | ) 0_0_39808816_5048.cpp:25:13: note: to match this '(' 25 | sort(numbers.begin(), numbers.end(), [](int a, int b) { | ^