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 21:51Yuriy LyfenkoYuriy LyfenkoScore: 4,930Success
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 21:514,8631,136,141,249206,127,00071,044,000265,154,560
2Jan 22, 2024 21:514,8731,142,312,752220,534,00057,254,000265,699,328
3Jan 22, 2024 21:514,8921,143,996,724218,292,00060,578,000264,175,616
4Jan 22, 2024 21:514,9001,140,695,585214,363,00064,927,000266,366,976
5Jan 22, 2024 21:514,9121,143,976,404215,689,00064,292,000266,129,408
6Jan 22, 2024 21:514,9271,163,209,097213,967,00066,864,000265,297,920
7Jan 22, 2024 21:514,9301,154,116,632206,805,00074,212,000265,461,760
8Jan 22, 2024 21:514,9511,149,215,455204,088,00078,120,000263,180,288
9Jan 22, 2024 21:514,9641,164,443,592215,577,00067,367,000263,430,144
10Jan 22, 2024 21:515,0211,185,252,632286,200,4940267,329,536
11Jan 22, 2024 21:515,0611,197,108,391288,470,6400266,498,048
12Jan 22, 2024 21:515,1451,208,158,003293,267,5920265,039,872