Problem inspections
User anusha777
Submission Time 2023-05-13 15:45:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inspections.cpp: In function ‘void task()’:
inspections.cpp:17:15: error: ‘long long long’ is too long for GCC
17 | #define ll long long
| ^~~~
inspections.cpp:73:13: note: in expansion of macro ‘ll’
73 | int ll= find(mach[i].f);
| ^~
inspections.cpp:17:20: error: ‘long long long’ is too long for GCC
17 | #define ll long long
| ^~~~
inspections.cpp:73:13: note: in expansion of macro ‘ll’
73 | int ll= find(mach[i].f);
| ^~
inspections.cpp:73:15: error: expected unqualified-id before ‘=’ token
73 | int ll= find(mach[i].f);
| ^
inspections.cpp:17:20: error: ‘long int’ is not a template
17 | #define ll long long
| ^~~~
inspections.cpp:74:15: note: in expansion of macro ‘ll’
74 | while(ll<sz(t) and t[ll].r<=mach[i].s)
|