結果

問題 No.1130 Grid Numbers
ユーザー tailstails
提出日時 2020-07-27 15:55:54
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 42 bytes
コンパイル時間 299 ms
コンパイル使用メモリ 5,364 KB
実行使用メモリ 5,400 KB
最終ジャッジ日時 2023-09-12 14:59:17
合計ジャッジ時間 1,057 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 6 ms
5,372 KB
testcase_02 AC 6 ms
5,328 KB
testcase_03 AC 6 ms
5,148 KB
testcase_04 AC 6 ms
5,104 KB
testcase_05 AC 6 ms
5,168 KB
testcase_06 AC 6 ms
5,400 KB
testcase_07 AC 6 ms
5,248 KB
testcase_08 AC 6 ms
5,388 KB
testcase_09 AC 6 ms
5,216 KB
testcase_10 AC 7 ms
5,320 KB
testcase_11 AC 6 ms
5,092 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$/=<>;@a=sort glob$_=<>;s/\S/<@a>/ge;print
0