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 1, 2024 18:23Yurkov AlekseyYurkov AlekseyScore: 5,860Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2024 18:235,592682,197,494318,728,2910266,252,288
2Jan 1, 2024 18:235,597687,498,671319,026,0790266,055,680
3Jan 1, 2024 18:235,608692,768,105319,678,1150265,502,720
4Jan 1, 2024 18:235,797580,643,553240,678,00089,761,000266,944,512
5Jan 1, 2024 18:235,839573,658,159249,346,00083,454,000266,903,552
6Jan 1, 2024 18:235,852574,116,468237,691,00095,859,000266,846,208
7Jan 1, 2024 18:235,860584,062,212241,023,00093,009,000266,858,496
8Jan 1, 2024 18:235,907577,314,330239,642,00097,045,000266,985,472
9Jan 1, 2024 18:235,941590,321,751250,877,00087,755,000266,874,880
10Jan 1, 2024 18:235,977572,972,099242,783,00097,912,000266,805,248
11Jan 1, 2024 18:235,983583,043,581243,578,00097,431,000266,997,760
12Jan 1, 2024 18:236,029594,796,504237,319,000106,350,000266,878,976