結果

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

テストケース

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

ソースコード

diff #

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