Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

Input: 30 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Back to listApr 30, 2026 16:35Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 9,642Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 30, 2026 16:379,619802,266,776277,189,000271,142,00085,426,176
2Apr 30, 2026 16:379,620806,454,247278,672,000269,714,00085,684,224
3Apr 30, 2026 16:379,6271,368,433,722272,407,000276,384,00088,424,448
4Apr 30, 2026 16:379,636792,529,472279,657,000269,633,00087,986,176
5Apr 30, 2026 16:379,642796,573,934282,326,000267,309,00085,696,512
6Apr 30, 2026 16:379,652786,280,829272,119,000278,100,00085,897,216
7Apr 30, 2026 16:379,6551,209,368,706275,674,000274,668,00086,917,120
8Apr 30, 2026 16:379,6671,118,127,916277,023,000274,023,00089,079,808
9Apr 30, 2026 16:379,6681,193,549,097269,030,000282,080,00088,666,112