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 29, 2026 13:55TudyMTudyMScore: 7,631Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 14:087,616456,393,492369,272,00064,872,000251,875,328
2Apr 29, 2026 14:087,624456,197,139368,635,00065,934,000251,936,768
3Apr 29, 2026 14:087,625453,481,930365,702,00068,943,000251,871,232
4Apr 29, 2026 14:087,627454,487,940369,805,00064,965,000251,879,424
5Apr 29, 2026 14:087,631454,450,700368,128,00066,841,000251,871,232
6Apr 29, 2026 14:087,632457,625,522368,180,00066,851,000251,883,520
7Apr 29, 2026 14:087,637452,665,849371,457,00063,906,000251,871,232
8Apr 29, 2026 14:087,706455,483,689366,571,00072,716,000251,867,136
9Apr 29, 2026 14:087,734457,518,696367,070,00073,813,000251,883,520