Problem show
User StewartStudios
Submission Time 2026-06-22 16:49:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

Bob.cpp: In function ‘long long int Bob(std::vector<std::pair<int, int> >)’:
Bob.cpp:14:18: error: ‘ll’ was not declared in this scope
14 | if (current > (ll)1e18) return X;
| ^~
Bob.cpp:14:21: error: expected ‘)’ before numeric constant
14 | if (current > (ll)1e18) return X;
| ~ ^~~~
| )