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 21, 2024 16:39Yurkov AlekseyYurkov AlekseyScore: 5,306Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 16:395,056593,327,094288,217,3030266,887,168
2Jan 21, 2024 16:395,074596,387,716289,191,2740266,665,984
3Jan 21, 2024 16:395,116593,030,985291,585,0350267,534,336
4Jan 21, 2024 16:395,261550,790,234233,789,00066,071,000267,976,704
5Jan 21, 2024 16:395,297558,319,280235,622,00066,300,000267,984,896
6Jan 21, 2024 16:395,298522,153,864234,103,00067,900,000267,919,360
7Jan 21, 2024 16:395,306529,836,515237,424,00065,033,000267,821,056
8Jan 21, 2024 16:395,314546,073,697227,673,00075,231,000267,898,880
9Jan 21, 2024 16:395,314528,581,667243,145,00059,773,000267,915,264
10Jan 21, 2024 16:395,329549,804,120235,363,00068,396,000267,886,592
11Jan 21, 2024 16:395,341561,475,853230,077,00074,378,000267,816,960
12Jan 21, 2024 16:395,394556,746,596232,303,00075,127,000267,960,320