Problem numericalstrings
User DoubleShaurya
Submission Time 2024-02-08 20:16:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

numericalstrings.cpp: In function ‘int main()’:
numericalstrings.cpp:28:28: error: ‘cmp’ was not declared in this scope; did you mean ‘bcmp’?
28 | sort(v.begin(), v.end(), cmp);
| ^~~
| bcmp