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 listMay 5, 2026 00:39CCError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 5, 2026 00:41031,125,0151,453,0000262,144Exit with code 101: thread 'main' (1) panicked at main.rs:75:9: assertion failed: buf > 0 note: run with `RUST_BACKTRACE=1` environment variable to display a backtracestderr