結果

問題 No.311 z in FizzBuzzString
ユーザー cielciel
提出日時 2019-04-22 13:37:08
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 42 bytes
コンパイル時間 83 ms
コンパイル使用メモリ 5,336 KB
実行使用メモリ 4,608 KB
最終ジャッジ日時 2023-10-25 02:57:41
合計ジャッジ時間 781 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,440 KB
testcase_01 AC 3 ms
4,608 KB
testcase_02 AC 4 ms
4,608 KB
testcase_03 AC 4 ms
4,608 KB
testcase_04 AC 3 ms
4,440 KB
testcase_05 AC 3 ms
4,608 KB
testcase_06 AC 4 ms
4,440 KB
testcase_07 AC 3 ms
4,608 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 4 ms
4,440 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

awk -M '$0=2*(int($1/5)+int(($1-$1%3)/3))'
0