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 listDec 30, 2023 11:07Vadim AlekseevVadim AlekseevScore: 6,922Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 30, 2023 11:076,726671,666,256383,365,4220262,402,048
2Dec 30, 2023 11:076,745694,150,880384,464,4130262,115,328
3Dec 30, 2023 11:076,757678,692,498385,165,6380264,040,448
4Dec 30, 2023 11:076,904663,454,140293,109,000100,436,000264,626,176
5Dec 30, 2023 11:076,911663,390,172286,023,000107,877,000264,679,424
6Dec 30, 2023 11:076,922670,993,027293,893,000100,676,000264,556,544
7Dec 30, 2023 11:076,922671,027,413303,598,00090,973,000264,667,136
8Dec 30, 2023 11:076,933664,072,231293,382,000101,827,000264,609,792
9Dec 30, 2023 11:076,935676,846,766290,439,000104,881,000263,831,552
10Dec 30, 2023 11:076,936660,433,354290,772,000104,558,000264,421,376
11Dec 30, 2023 11:076,951653,232,394297,397,00098,785,000264,597,504
12Dec 30, 2023 11:077,043664,075,564305,161,00096,313,000264,413,184