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 28, 2026 08:10C#_userC#_userScore: 10,471Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 28, 2026 08:1410,466628,417,830495,479,000101,119,000233,807,872stderr
2Aug 28, 2026 08:1410,466627,563,944494,515,000102,077,000233,861,120stderr
3Aug 28, 2026 08:1410,467617,840,752495,244,000101,411,000233,779,200stderr
4Aug 28, 2026 08:1410,467632,023,069494,544,000102,096,000233,730,048stderr
5Aug 28, 2026 08:1410,471628,320,335495,040,000101,833,000233,807,872stderr
6Aug 28, 2026 08:1410,475630,393,236495,470,000101,629,000233,684,992stderr
7Aug 28, 2026 08:1410,478632,980,113494,958,000102,336,000233,791,488stderr
8Aug 28, 2026 08:1410,479642,508,442495,457,000101,900,000233,615,360stderr
9Aug 28, 2026 08:1410,486632,735,135495,181,000102,535,000233,844,736stderr