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 listApr 20, 2025 23:13Pavel GusevPavel GusevScore: 69,940Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 20, 2025 23:1369,5783,993,301,4282,939,465,0001,026,464,000252,108,800
2Apr 20, 2025 23:1369,6484,000,548,8742,931,723,0001,038,193,000251,924,480
3Apr 20, 2025 23:1369,7044,005,992,4422,944,859,0001,028,252,000251,932,672
4Apr 20, 2025 23:1369,7564,005,419,5062,918,882,0001,057,233,000252,051,456
5Apr 20, 2025 23:1369,9404,015,705,9022,923,207,0001,063,347,000251,998,208
6Apr 20, 2025 23:1369,9604,018,470,9602,953,291,0001,034,401,000252,055,552
7Apr 20, 2025 23:1370,3444,041,145,4142,912,987,0001,096,618,000251,973,632
8Apr 20, 2025 23:1370,3504,043,174,1222,953,744,0001,056,193,000251,936,768
9Apr 20, 2025 23:1370,7264,063,147,1272,911,097,0001,120,267,000251,928,576