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 23, 2025 06:15eui hyeon kimeui hyeon kimScore: 13,707Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 23, 2025 06:1513,6161,006,812,596539,397,000236,735,000142,721,024
2Jan 23, 2025 06:1513,6271,004,329,715537,072,000239,693,000142,737,408
3Jan 23, 2025 06:1513,6401,035,049,864544,917,000232,538,000143,048,704
4Jan 23, 2025 06:1513,678974,419,854541,144,000238,504,000142,745,600
5Jan 23, 2025 06:1513,7071,018,067,137541,225,000240,100,000142,721,024
6Jan 23, 2025 06:1513,7411,000,829,109533,426,000249,795,000142,716,928
7Jan 23, 2025 06:1513,776985,878,345529,488,000255,752,000142,733,312
8Jan 23, 2025 06:1513,7791,020,257,847537,910,000247,498,000142,761,984
9Jan 23, 2025 06:1513,8761,051,446,180526,958,000263,975,000138,203,136