Blue color from RGB Sergey Svistunov

Extract the Blue channel from a stream of RGB pixels as fast as possible.

Input: 150 000 000 pixels in binary RGB format on STDIN (3 bytes per pixel: R, G, B).

Output: Write only the Blue byte of each pixel to STDOUT (150 000 000 bytes total).

Back to listApr 20, 2026 15:26olliecrowolliecrowError
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 20, 2026 15:2707,718,19701,518,000352,256pos 0: expected 90 got 0
2Apr 20, 2026 15:2707,855,45701,592,000360,448pos 0: expected 128 got 0
3Apr 20, 2026 15:2707,697,78201,723,000360,448pos 0: expected 168 got 0