結果

問題 No.3078 Very Simple Traveling Salesman Problem
ユーザー cielciel
提出日時 2021-04-13 13:32:32
言語 Ruby
(3.3.0)
結果
AC  
実行時間 80 ms / 2,000 ms
コード長 11 bytes
コンパイル時間 67 ms
コンパイル使用メモリ 11,564 KB
実行使用メモリ 15,364 KB
最終ジャッジ日時 2023-09-12 00:59:52
合計ジャッジ時間 2,394 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 80 ms
15,360 KB
testcase_01 AC 80 ms
15,360 KB
testcase_02 AC 78 ms
15,256 KB
testcase_03 AC 79 ms
15,356 KB
testcase_04 AC 79 ms
15,088 KB
testcase_05 AC 80 ms
15,132 KB
testcase_06 AC 79 ms
15,276 KB
testcase_07 AC 80 ms
15,364 KB
testcase_08 AC 78 ms
15,312 KB
testcase_09 AC 79 ms
15,344 KB
testcase_10 AC 80 ms
15,316 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p gets.to_i
0