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 listNov 5, 2024 05:24Lucas Sta MariaLucas Sta MariaScore: 31,513Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 5, 2024 05:2431,4292,036,766,3711,683,282,000108,146,000268,070,912
2Nov 5, 2024 05:2431,4462,034,702,8711,693,492,00098,911,000268,115,968
3Nov 5, 2024 05:2431,4832,035,683,9891,663,729,000130,821,000267,948,032
4Nov 5, 2024 05:2431,5102,050,421,0861,652,742,000143,324,000268,046,336
5Nov 5, 2024 05:2431,5132,056,697,5591,690,704,000105,543,000267,960,320
6Nov 5, 2024 05:2431,5532,056,402,4631,688,380,000110,133,000268,075,008
7Nov 5, 2024 05:2431,6392,054,915,9421,682,353,000121,097,000268,091,392
8Nov 5, 2024 05:2431,6482,070,219,6191,690,174,000113,752,000268,079,104
9Nov 5, 2024 05:2431,7822,067,817,5221,694,382,000117,164,000268,115,968