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 21, 2024 20:54Yuriy LyfenkoYuriy LyfenkoScore: 4,804Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 20:544,6391,186,339,092264,432,9570265,015,296
2Jan 21, 2024 20:544,6691,167,195,189266,120,5260266,407,936
3Jan 21, 2024 20:544,6841,178,768,467266,996,1580264,372,224
4Jan 21, 2024 20:544,7771,118,165,732200,668,00071,595,000267,984,896
5Jan 21, 2024 20:544,7811,114,539,797194,652,00077,860,000267,780,096
6Jan 21, 2024 20:544,7891,121,685,409197,458,00075,498,000267,874,304
7Jan 21, 2024 20:544,8041,105,168,577205,645,00068,209,000267,874,304
8Jan 21, 2024 20:544,8051,129,478,252205,407,00068,469,000267,816,960
9Jan 21, 2024 20:544,8101,117,088,780212,651,00061,502,000267,829,248
10Jan 21, 2024 20:544,8261,128,463,461206,810,00068,257,000267,792,384
11Jan 21, 2024 20:544,8361,114,820,529203,944,00071,683,000267,907,072
12Jan 21, 2024 20:544,8431,124,205,417205,275,00070,784,000267,886,592