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 listJan 22, 2024 22:53Yuriy LyfenkoYuriy LyfenkoScore: 4,868Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 22:534,5171,153,421,956257,450,5250266,641,408
2Jan 22, 2024 22:534,5411,145,306,674258,827,4050264,318,976
3Jan 22, 2024 22:534,5941,136,872,787261,859,2100266,133,504
4Jan 22, 2024 22:534,8521,132,821,291210,421,00066,132,000265,162,752
5Jan 22, 2024 22:534,8551,120,656,073214,097,00062,613,000264,908,800
6Jan 22, 2024 22:534,8621,120,883,787214,749,00062,379,000265,629,696
7Jan 22, 2024 22:534,8681,125,294,642210,336,00067,149,000264,232,960
8Jan 22, 2024 22:534,8691,130,429,302215,744,00061,786,000264,155,136
9Jan 22, 2024 22:534,8691,125,392,824212,178,00065,362,000266,219,520
10Jan 22, 2024 22:534,8761,133,608,060210,413,00067,491,000265,465,856
11Jan 22, 2024 22:534,8901,137,790,247211,778,00066,929,000265,244,672
12Jan 22, 2024 22:534,9241,136,004,986213,063,00067,606,000260,210,688