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:08Yuriy LyfenkoYuriy LyfenkoScore: 3,562Success
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:083,556830,052,350181,721,00020,967,000250,032,128
2Apr 7, 2026 04:083,560829,532,734182,024,00020,888,000250,052,608
3Apr 7, 2026 04:083,560830,142,135180,938,00021,992,000250,044,416
4Apr 7, 2026 04:083,560830,092,447182,056,00020,891,000250,294,272
5Apr 7, 2026 04:083,562826,177,596181,045,00022,005,000250,003,456
6Apr 7, 2026 04:083,563832,844,827184,173,00018,915,000250,236,928
7Apr 7, 2026 04:083,564832,086,884182,234,00020,912,000250,327,040
8Apr 7, 2026 04:083,565828,780,458182,273,00020,916,000250,056,704
9Apr 7, 2026 04:083,565831,308,897180,308,00022,912,000250,089,472