Problem inspections
User vinitara
Submission Time 2026-02-08 23:19:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inspections.cpp: In function ‘int main()’:
inspections.cpp:42:65: error: ‘x’ was not declared in this scope
42 | auto it = upper_bound(ans.begin(), ans.end(), make_pair(x, LLONG_MAX));
| ^