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 29, 2023 16:30Kenneth MaplesKenneth MaplesScore: 5,143Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 16:304,813564,221,031274,365,5840267,497,472
2Dec 29, 2023 16:304,870586,862,924277,592,8290264,536,064
3Dec 29, 2023 16:304,906581,177,548279,645,3550264,572,928
4Dec 29, 2023 16:305,085537,680,879211,494,00078,331,000268,103,680
5Dec 29, 2023 16:305,142530,736,271216,061,00077,021,000267,968,512
6Dec 29, 2023 16:305,142535,325,224225,980,00067,103,000268,062,720
7Dec 29, 2023 16:305,143542,280,891219,871,00073,290,000267,943,936
8Dec 29, 2023 16:305,146545,453,735221,820,00071,521,000267,886,592
9Dec 29, 2023 16:305,161544,009,092220,134,00074,045,000267,223,040
10Dec 29, 2023 16:305,663559,804,307235,122,00087,672,000267,915,264
11Dec 29, 2023 16:305,720576,532,614250,473,00075,556,000267,931,648
12Dec 29, 2023 16:305,728584,264,396237,065,00089,419,000267,812,864