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 02:02Yuriy LyfenkoYuriy LyfenkoScore: 5,517Success
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 02:025,4671,166,562,400238,824,00072,812,000265,596,928
2Jan 22, 2024 02:025,4681,164,637,439246,696,00064,973,000264,896,512
3Jan 22, 2024 02:025,4681,159,177,729249,562,00062,136,000264,581,120
4Jan 22, 2024 02:025,4741,304,609,307243,219,00068,779,000265,031,680
5Jan 22, 2024 02:025,4811,158,678,124248,936,00063,493,000264,622,080
6Jan 22, 2024 02:025,5141,198,983,781243,021,00071,299,000265,711,616
7Jan 22, 2024 02:025,5171,205,668,536254,293,00060,199,000265,097,216
8Jan 22, 2024 02:025,5431,190,888,568245,499,00070,430,000264,773,632
9Jan 22, 2024 02:025,5431,185,011,554238,664,00077,272,000263,557,120
10Jan 22, 2024 02:026,4021,259,155,092364,891,2920267,411,456
11Jan 22, 2024 02:026,4821,274,350,255369,490,2840266,121,216
12Jan 22, 2024 02:026,4851,280,177,225369,634,1340267,067,392