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 listAug 22, 2024 18:08Andrey LikhachevAndrey LikhachevScore: 5,506Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 22, 2024 18:085,378578,636,798218,255,00088,317,000265,781,248
2Aug 21, 2024 14:175,380570,487,385207,428,00099,248,000265,809,920
3Aug 21, 2024 14:175,381557,994,630212,615,00094,077,000266,002,432
4Aug 22, 2024 18:085,394561,831,736213,490,00093,976,000266,018,816
5Aug 21, 2024 14:175,430584,519,910207,980,000101,525,000265,793,536
6Aug 22, 2024 18:085,434590,848,720211,071,00098,641,000265,850,880
7Aug 22, 2024 18:085,440571,929,019210,471,00099,589,000265,945,088
8Aug 21, 2024 14:175,441570,745,078210,298,00099,819,000265,834,496
9Aug 21, 2024 14:175,456577,151,157207,668,000103,332,000265,871,360
10Aug 22, 2024 18:085,456571,449,155202,751,000108,265,000264,986,624
11Aug 22, 2024 18:085,463584,538,274204,935,000106,447,000265,052,160
12Aug 21, 2024 14:175,463580,975,914220,314,00091,063,000265,977,856
13Aug 22, 2024 18:085,506622,101,251212,228,000101,587,000265,936,896
14Aug 22, 2024 18:085,544591,066,712200,570,000115,450,000265,887,744
15Aug 21, 2024 14:175,588577,958,492213,345,000105,155,000265,846,784
16Aug 21, 2024 14:175,603584,724,271214,242,000105,155,000265,777,152
17Aug 21, 2024 14:175,603586,039,896213,229,000106,114,000265,949,184
18Aug 22, 2024 18:085,623592,590,898223,858,00096,666,000265,912,320
19Aug 22, 2024 18:085,869900,362,775334,514,7050263,917,568
20Aug 22, 2024 18:085,968852,014,227340,201,9350260,665,344
21Aug 22, 2024 18:086,003848,792,582342,193,6750260,653,056
22Aug 21, 2024 14:176,007874,251,671342,370,5140260,669,440
23Aug 21, 2024 14:176,010866,416,200342,564,8160260,542,464
24Aug 21, 2024 14:176,010879,689,502342,546,0300260,669,440