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:47Yuriy LyfenkoYuriy LyfenkoScore: 5,655Success
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:475,619564,072,412232,113,00088,182,000266,743,808
2Nov 27, 2022 18:475,625557,278,762235,414,00085,236,000266,985,472
3Nov 27, 2022 18:475,629546,353,606228,597,00092,241,000266,940,416
4Nov 27, 2022 18:475,632559,101,246234,961,00086,084,000266,784,768
5Nov 27, 2022 18:475,633562,787,341233,419,00087,659,000266,891,264
6Nov 27, 2022 18:475,645556,084,420231,998,00089,773,000266,932,224
7Nov 27, 2022 18:475,655568,278,563222,104,000100,241,000266,969,088
8Nov 27, 2022 18:475,673654,125,223234,728,00088,652,000266,948,608
9Nov 27, 2022 18:475,674574,666,026234,184,00089,212,000266,813,440
10Nov 27, 2022 18:476,0221,050,452,613343,263,3590266,248,192
11Nov 27, 2022 18:476,1801,225,724,434352,244,4050267,010,048
12Nov 27, 2022 18:476,2981,309,258,856358,960,7940266,424,320