fork download
  1. read a
  2. b=a+100
  3. seq $a -1 $b | awk '$0=NR%15?NR%5?NR%3?$0:"Fizz":"Buzz":"FizzBuzz"'
Success #stdin #stdout #stderr 0.01s 5304KB
stdin
100
stdout
Standard output is empty
stderr
seq: invalid floating point argument: ‘a+100’
Try 'seq --help' for more information.