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 20:18Yuriy LyfenkoYuriy LyfenkoScore: 4,819Success
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 20:184,6171,161,887,096263,153,2600268,144,640
2Jan 21, 2024 20:184,6311,170,715,742263,979,5670265,453,568
3Jan 21, 2024 20:184,6541,178,713,140265,277,1660265,961,472
4Jan 21, 2024 20:184,7791,111,430,123203,555,00068,864,000268,034,048
5Jan 21, 2024 20:184,7811,114,454,725202,597,00069,896,000267,821,056
6Jan 21, 2024 20:184,7941,119,411,327208,786,00064,478,000267,866,112
7Jan 21, 2024 20:184,8191,120,696,652199,210,00075,458,000267,804,672
8Jan 21, 2024 20:184,8241,136,674,151198,535,00076,436,000267,927,552
9Jan 21, 2024 20:184,8331,133,367,488210,732,00064,761,000267,894,784
10Jan 21, 2024 20:184,8501,128,623,588200,951,00075,479,000267,976,704
11Jan 21, 2024 20:184,8531,140,872,825204,212,00072,429,000267,890,688
12Jan 21, 2024 20:184,8641,141,894,541200,816,00076,453,000267,915,264