Problem topical
User Vinayak01
Submission Time 2024-02-16 20:34:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp: In function ‘int main()’:
topical.cpp:52:42: error: ‘isSmaller’ was not declared in this scope; did you mean ‘isSmallerPair’?
52 | sort(modules.begin(), modules.end(), isSmaller);
| ^~~~~~~~~
| isSmallerPair