Blue color from RGBA Sergey Svistunov

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

Input: 125 000 000 pixels in binary RGBA format on STDIN (4 bytes per pixel: R, G, B, A).

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

Back to listApr 20, 2026 16:08olliecrowolliecrowError
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 16:09018,284,64701,975,000225,280pos 0: expected 239 got 0
2Apr 20, 2026 16:09023,583,45901,934,000229,376pos 0: expected 83 got 0
3Apr 20, 2026 16:09017,664,50201,980,000208,896pos 0: expected 252 got 0