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 23, 2025 05:48eui hyeon kimeui hyeon kimScore: 32,215Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 23, 2025 05:4832,0221,854,995,1871,756,326,00068,934,000252,063,744
2Jan 23, 2025 05:4832,0631,858,601,3471,745,646,00081,936,000251,850,752
3Jan 23, 2025 05:4832,1231,856,206,2701,761,038,00069,961,000251,846,656
4Jan 23, 2025 05:4832,1411,864,956,3801,762,056,00069,962,000252,063,744
5Jan 23, 2025 05:4832,2151,868,928,8941,758,311,00077,925,000251,850,752
6Jan 23, 2025 05:4832,2241,860,595,1571,761,823,00074,949,000252,063,744
7Jan 23, 2025 05:4832,2731,863,650,6321,770,619,00068,946,000251,904,000
8Jan 23, 2025 05:4832,3091,866,264,5591,770,643,00070,945,000251,850,752
9Jan 23, 2025 05:4832,7161,897,966,6561,789,876,00074,952,000251,850,752