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 08:21Victor MerckléVictor MerckléScore: 2,937Success
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 08:272,877174,651,62491,400,00072,636,000249,425,920stderr
2Aug 16, 2026 08:272,889173,555,64990,517,00074,181,000250,236,928stderr
3Aug 16, 2026 08:272,917175,159,17991,821,00074,491,000249,405,440stderr
4Aug 16, 2026 08:272,932186,776,78990,230,00076,901,000249,114,624stderr
5Aug 16, 2026 08:272,937176,118,01492,101,00075,333,000249,155,584stderr
6Aug 16, 2026 08:272,947189,036,05190,909,00077,123,000247,066,624stderr
7Aug 16, 2026 08:272,954189,390,65390,683,00077,749,000249,241,600stderr
8Aug 16, 2026 08:272,967190,471,19192,084,00077,038,000249,307,136stderr
9Aug 16, 2026 08:273,005191,486,31892,113,00079,176,000243,654,656stderr