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 listJun 20, 2024 11:16matsuoka-601matsuoka-601Score: 4,935Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 11:164,806573,239,907273,919,9580266,989,568
2Jun 20, 2024 11:164,851596,371,363276,521,1980265,510,912
3Jun 20, 2024 11:164,863586,059,739277,173,1510265,641,984
4Jun 20, 2024 11:164,927514,939,256213,681,00067,157,000267,911,168
5Jun 20, 2024 11:164,928525,332,499213,471,00067,412,000268,017,664
6Jun 20, 2024 11:164,928524,373,199208,445,00072,459,000268,017,664
7Jun 20, 2024 11:164,935527,460,967214,275,00067,024,000267,841,536
8Jun 20, 2024 11:164,960533,242,828213,571,00069,156,000267,890,688
9Jun 20, 2024 11:164,973538,755,258211,841,00071,622,000267,857,920
10Jun 20, 2024 11:164,980544,620,948201,775,00082,094,000268,013,568
11Jun 20, 2024 11:164,981533,975,895203,746,00080,146,000268,038,144
12Jun 20, 2024 11:165,000542,706,723211,743,00073,257,000267,984,896