Problem lengthsort
User CKCodeBreaker55
Submission Time 2024-12-08 17:03:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:3:18: error: template argument 2 is invalid
3 | #define int long long;
| ^~~~
lengthsort.cpp:8:25: note: in expansion of macro ‘int’
8 | bool comp(pair<string, int> a, pair<string, int> b)
| ^~~
lengthsort.cpp:3:18: error: template argument 2 is invalid
3 | #define int long long;
| ^~~~
lengthsort.cpp:8:25: note: in expansion of macro ‘int’
8 | bool comp(pair<string, int> a, pair<string, int> b)
| ^~~
lengthsort.cpp:3:18: error: template argument 2 is invalid
3 | #define int long long;
| ^~~~
lengthsort.cpp:8:25: note: in expansion of macro ‘int’
8 | bool comp(pair<string, int> a, pair<string, int> b)
| ^~~
lengthsort.cpp:3:18: error: template argument 2 i