結果

問題 No.1563 Same Degree
ユーザー tailstails
提出日時 2021-06-28 18:39:18
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 170 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 375 ms
コンパイル使用メモリ 5,504 KB
実行使用メモリ 15,872 KB
最終ジャッジ日時 2024-06-25 13:23:45
合計ジャッジ時間 2,155 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 33 ms
5,376 KB
testcase_02 AC 32 ms
5,376 KB
testcase_03 AC 31 ms
5,376 KB
testcase_04 AC 32 ms
5,376 KB
testcase_05 AC 31 ms
5,376 KB
testcase_06 AC 168 ms
5,376 KB
testcase_07 AC 168 ms
5,376 KB
testcase_08 AC 170 ms
5,376 KB
testcase_09 AC 166 ms
5,376 KB
testcase_10 AC 168 ms
5,376 KB
testcase_11 AC 6 ms
5,376 KB
testcase_12 AC 12 ms
7,040 KB
testcase_13 AC 33 ms
14,080 KB
testcase_14 AC 39 ms
15,872 KB
testcase_15 AC 25 ms
11,648 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read
while
read n m Yes
do
echo ${_[n<2]-No}
((m))&&mapfile -n $m
done
:
0