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 22:23Yuriy LyfenkoYuriy LyfenkoError
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 22:3100000Error: No answer to stdout. Died or killed?stderr
2Jan 21, 2024 22:234,9271,187,362,760280,828,3970266,551,296
3Jan 21, 2024 22:234,9361,186,336,578281,354,4390268,259,328
4Jan 21, 2024 22:234,9551,188,104,312282,433,6680265,621,504
5Jan 21, 2024 22:235,1621,147,729,338222,361,00071,854,000265,453,568
6Jan 21, 2024 22:235,1671,140,682,264230,880,00063,620,000264,876,032
7Jan 21, 2024 22:235,1721,159,899,440233,380,00061,415,000264,683,520
8Jan 21, 2024 22:235,1791,138,983,137235,337,00059,866,000264,970,240
9Jan 21, 2024 22:235,1851,140,620,924233,177,00062,385,000264,417,280
10Jan 21, 2024 22:235,2131,157,313,866235,447,00061,689,000265,830,400
11Jan 21, 2024 22:235,2301,145,465,470230,398,00067,704,000265,490,432
12Jan 21, 2024 22:235,2651,164,281,329231,413,00068,716,000264,318,976
13Jan 21, 2024 22:235,2661,167,768,924228,887,00071,276,000265,949,184