!> This file was processed by `fypp`. !> Today's fortune: "Lucky AC", really OK? !> ランダムウォーク猿「'因数分解' で はっぴー.」 !> ギャンブラー猿「AtCoder はギャンブルだ.」 program f902878 use, intrinsic :: iso_fortran_env !> auto use module implicit none integer(int32) :: i read(input_unit, *) i write(output_unit, '(a)') "IGNITION"(i:i) end program f902878