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 14:04Dominique GarmierDominique GarmierError
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 14:05023,167,97201,912,000225,280pos 0: expected 77 got 0
2Apr 20, 2026 14:0509,862,94402,274,000233,472pos 0: expected 176 got 0
3Apr 20, 2026 14:05017,525,60201,804,000266,240pos 0: expected 223 got 0