結果

問題 No.201 yukicoderじゃんけん
ユーザー neko_the_shadowneko_the_shadow
提出日時 2024-02-07 12:41:00
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 46 bytes
コンパイル時間 207 ms
コンパイル使用メモリ 6,804 KB
実行使用メモリ 6,676 KB
最終ジャッジ日時 2024-02-07 12:41:02
合計ジャッジ時間 1,329 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
6,676 KB
testcase_01 AC 5 ms
6,676 KB
testcase_02 WA -
testcase_03 AC 6 ms
6,676 KB
testcase_04 AC 5 ms
6,676 KB
testcase_05 AC 6 ms
6,676 KB
testcase_06 AC 5 ms
6,676 KB
testcase_07 AC 6 ms
6,676 KB
testcase_08 AC 6 ms
6,676 KB
testcase_09 AC 6 ms
6,676 KB
testcase_10 AC 5 ms
6,676 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 6 ms
6,676 KB
testcase_14 AC 6 ms
6,676 KB
testcase_15 AC 6 ms
6,676 KB
testcase_16 AC 6 ms
6,676 KB
testcase_17 AC 6 ms
6,676 KB
testcase_18 WA -
testcase_19 AC 5 ms
6,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

sort -nk2|paste -s|awk '{print $2==$4?-1:$4}' 
0