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 5, 2024 15:03kauruuskauruusScore: 23,967Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 5, 2024 15:0323,8881,585,016,7611,241,498,000120,145,000262,451,200
2Nov 5, 2024 15:0323,8951,590,653,8341,257,010,000105,000,000262,500,352
3Nov 5, 2024 15:0323,9411,601,913,9881,247,230,000117,398,000262,438,912
4Nov 5, 2024 15:0323,9501,599,400,8631,262,588,000102,535,000262,537,216
5Nov 5, 2024 15:0323,9671,591,210,3581,259,747,000106,400,000262,455,296
6Nov 5, 2024 15:0323,9821,638,529,4531,268,671,00098,284,000262,365,184
7Nov 5, 2024 15:0323,9831,602,396,6881,258,726,000108,320,000262,336,512
8Nov 5, 2024 15:0324,1141,604,107,5871,281,847,00092,639,000262,529,024
9Nov 5, 2024 15:0324,1431,617,437,3411,248,624,000127,553,000262,557,696