結果

問題 No.516 赤と青の風船
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:15:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 324 ms / 2,000 ms
コード長 17 bytes
コンパイル時間 283 ms
コンパイル使用メモリ 131,420 KB
実行使用メモリ 136,824 KB
最終ジャッジ日時 2024-07-20 21:03:17
合計ジャッジ時間 3,644 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 321 ms
136,700 KB
testcase_01 AC 323 ms
135,960 KB
testcase_02 AC 324 ms
136,488 KB
testcase_03 AC 319 ms
135,832 KB
testcase_04 AC 319 ms
136,824 KB
testcase_05 AC 317 ms
136,572 KB
testcase_06 AC 320 ms
135,700 KB
testcase_07 AC 318 ms
136,740 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say lines.sort[1]
0