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 listAug 16, 2026 17:27Victor MerckléVictor MerckléScore: 1,596Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 17:291,59198,953,09769,010,00021,705,000249,905,152stderr
2Aug 16, 2026 17:291,59399,710,36169,389,00021,430,000249,896,960stderr
3Aug 16, 2026 17:291,59398,998,04069,358,00021,454,000249,892,864stderr
4Aug 16, 2026 17:291,59599,506,59069,508,00021,438,000249,909,248stderr
5Aug 16, 2026 17:291,596100,657,64869,487,00021,524,000249,876,480stderr
6Aug 16, 2026 17:291,59799,708,24269,463,00021,613,000249,884,672stderr
7Aug 16, 2026 17:291,60599,991,22869,688,00021,840,000249,913,344stderr
8Aug 16, 2026 17:291,60799,822,01369,716,00021,885,000249,880,576stderr
9Aug 16, 2026 17:291,609100,272,48470,005,00021,761,000249,868,288stderr