結果

問題 No.1795 AtCoder Heuristic Rating coloring
ユーザー tailstails
提出日時 2021-12-24 00:36:33
言語 Bash
(Bash 5.2.21)
結果
TLE  
実行時間 -
コード長 76 bytes
コンパイル時間 58 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 16,768 KB
最終ジャッジ日時 2024-09-18 20:09:03
合計ジャッジ時間 5,364 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 28 TLE * 1 -- * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

read
while
read a b
do
eval "w$a=$a\ $b"
done
for a in ${!w*}
{
echo ${!a}
}
0