Login
—
Dark mode
Programming for performance
Location based random access VB
Task
Statistics
CSES - Location based random access VB
Time limit:
2.00 s
Memory limit:
20 MB
Implement location based random access.
Read binary 64-bit input from standard input.
Output the number of blocks used (as text) and the results of n index queries (as text).
Set 2 (and 3)
Standard VByte
Sorted VByte
Generalized VB
Slow random access VB
Sum based random access VB
Location based random access VB