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 7, 2026 04:50Yuriy LyfenkoYuriy LyfenkoScore: 3,506Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 7, 2026 04:503,494825,674,492164,288,00034,849,000250,044,416
2Apr 7, 2026 04:503,496817,063,641158,444,00040,856,000250,040,320
3Apr 7, 2026 04:503,502830,324,938174,810,00024,831,000250,290,176
4Apr 7, 2026 04:503,503819,400,725187,716,00011,981,000250,294,272
5Apr 7, 2026 04:503,506836,059,956173,876,00025,981,000250,322,944
6Apr 7, 2026 04:503,509822,134,440188,986,00010,999,000250,290,176
7Apr 7, 2026 04:503,511821,399,446199,128,0001,000,000250,281,984
8Apr 7, 2026 04:503,511821,987,700200,139,0000250,032,128
9Apr 7, 2026 04:503,513819,891,961199,229,0001,001,000250,052,608