結果

問題 No.1563 Same Degree
ユーザー tailstails
提出日時 2021-06-28 18:39:18
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 192 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 121 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 15,728 KB
最終ジャッジ日時 2023-09-07 19:37:43
合計ジャッジ時間 2,445 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,380 KB
testcase_01 AC 38 ms
4,380 KB
testcase_02 AC 38 ms
4,380 KB
testcase_03 AC 37 ms
4,376 KB
testcase_04 AC 37 ms
4,376 KB
testcase_05 AC 37 ms
4,376 KB
testcase_06 AC 192 ms
4,376 KB
testcase_07 AC 186 ms
4,380 KB
testcase_08 AC 187 ms
4,380 KB
testcase_09 AC 187 ms
4,380 KB
testcase_10 AC 190 ms
4,376 KB
testcase_11 AC 8 ms
4,876 KB
testcase_12 AC 16 ms
6,916 KB
testcase_13 AC 43 ms
14,028 KB
testcase_14 AC 49 ms
15,728 KB
testcase_15 AC 33 ms
11,360 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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