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 15:13olliecrowolliecrowError
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:1407,821,20202,397,000417,792pos 0: expected 107 got 0
2Apr 20, 2026 15:14015,245,28301,511,000360,448pos 0: expected 38 got 0
3Apr 20, 2026 15:14017,031,62101,487,000356,352pos 0: expected 188 got 0