結果

問題 No.516 赤と青の風船
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:15:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 332 ms / 2,000 ms
コード長 17 bytes
コンパイル時間 297 ms
コンパイル使用メモリ 119,844 KB
実行使用メモリ 125,116 KB
最終ジャッジ日時 2023-09-28 02:26:18
合計ジャッジ時間 3,794 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 332 ms
124,848 KB
testcase_01 AC 330 ms
124,848 KB
testcase_02 AC 328 ms
125,116 KB
testcase_03 AC 330 ms
124,940 KB
testcase_04 AC 331 ms
124,872 KB
testcase_05 AC 328 ms
124,932 KB
testcase_06 AC 329 ms
124,932 KB
testcase_07 AC 328 ms
125,084 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say lines.sort[1]
0