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 27, 2022 20:51Kenneth MaplesKenneth MaplesScore: 6,012Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 20:515,914593,380,579244,308,00092,775,000267,264,000
2Nov 27, 2022 20:515,953592,559,689244,078,00095,250,000267,493,376
3Nov 27, 2022 20:515,953597,833,208249,937,00089,408,000267,288,576
4Nov 27, 2022 20:515,963597,439,655250,766,00089,115,000267,497,472
5Nov 27, 2022 20:515,984599,826,384245,702,00095,378,000267,313,152
6Nov 27, 2022 20:516,010608,631,134255,647,00086,941,000267,255,808
7Nov 27, 2022 20:516,012612,420,192242,770,00099,905,000267,378,688
8Nov 27, 2022 20:516,033607,427,526241,578,000102,327,000267,329,536
9Nov 27, 2022 20:516,040642,121,121232,249,000112,050,000267,468,800
10Nov 27, 2022 20:516,6711,544,399,058380,220,1060264,069,120
11Nov 27, 2022 20:516,7551,655,439,772385,055,1130266,919,936
12Nov 27, 2022 20:516,8081,595,492,870388,075,5270266,076,160