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 listJun 20, 2024 12:28matsuoka-601matsuoka-601Score: 4,757Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 12:284,703524,013,170196,330,00071,755,000267,902,976
2Jun 20, 2024 12:284,704517,152,953192,108,00076,042,000267,935,744
3Jun 20, 2024 12:284,706509,486,522209,315,00058,902,000267,960,320
4Jun 20, 2024 12:284,711504,118,956195,466,00073,053,000268,017,664
5Jun 20, 2024 12:284,729517,229,473193,721,00075,848,000268,001,280
6Jun 20, 2024 12:284,749513,813,988194,075,00076,608,000267,821,056
7Jun 20, 2024 12:284,757524,640,341192,413,00078,759,000267,837,440
8Jun 20, 2024 12:284,763535,023,801196,074,00075,413,000267,321,344
9Jun 20, 2024 12:284,765524,057,297198,293,00073,327,000267,984,896
10Jun 20, 2024 12:284,771593,953,604271,974,4480267,939,840
11Jun 20, 2024 12:284,817590,560,901274,561,9790265,224,192
12Jun 20, 2024 12:284,825597,235,898275,004,9330268,152,832