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 7, 2024 21:56Yuriy LyfenkoYuriy LyfenkoScore: 4,815Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 7, 2024 21:564,6931,167,717,761267,499,8700267,943,936
2Jan 7, 2024 21:564,6991,177,266,332267,856,8630267,079,680
3Jan 7, 2024 21:564,7441,158,290,443270,434,2290265,322,496
4Jan 7, 2024 21:564,7841,106,408,151207,273,00065,401,000267,898,880
5Jan 7, 2024 21:564,8051,116,476,706204,911,00068,979,000267,833,344
6Jan 7, 2024 21:564,8141,118,982,440207,018,00067,355,000267,997,184
7Jan 7, 2024 21:564,8151,122,716,251209,654,00064,820,000267,792,384
8Jan 7, 2024 21:564,8171,129,187,863203,692,00070,892,000267,886,592
9Jan 7, 2024 21:564,8261,122,691,761206,563,00068,513,000267,845,632
10Jan 7, 2024 21:564,8361,117,910,840210,869,00064,803,000267,816,960
11Jan 7, 2024 21:564,8581,127,573,850204,161,00072,770,000267,980,800
12Jan 7, 2024 21:564,8701,135,951,108201,430,00076,162,000268,021,760