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 18:39Yuriy 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
1Nov 27, 2022 18:3400000Error: No answer to stdout. Died or killed?
2Nov 27, 2022 18:395,678571,946,705229,623,00094,026,000266,915,840
3Nov 27, 2022 18:395,682562,787,207224,053,00099,796,000266,985,472
4Nov 27, 2022 18:395,683563,866,173236,123,00087,789,000266,891,264
5Nov 27, 2022 18:395,699561,371,807233,474,00091,359,000266,825,728
6Nov 27, 2022 18:395,709562,605,544227,110,00098,316,000266,924,032
7Nov 27, 2022 18:395,733575,164,928234,834,00091,935,000266,792,960
8Nov 27, 2022 18:395,735571,979,055236,723,00090,180,000266,821,632
9Nov 27, 2022 18:395,736570,959,297240,823,00086,156,000266,993,664
10Nov 27, 2022 18:395,770571,495,406239,295,00089,608,000266,739,712
11Nov 27, 2022 18:396,1051,077,025,210347,989,5010266,244,096
12Nov 27, 2022 18:396,1181,113,137,401348,716,9040266,235,904
13Nov 27, 2022 18:396,1641,183,049,388351,325,6480266,047,488