結果

問題 No.1563 Same Degree
ユーザー cielciel
提出日時 2021-06-27 13:46:53
言語 Ruby
(3.3.0)
結果
AC  
実行時間 147 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 71 ms
コンパイル使用メモリ 11,376 KB
実行使用メモリ 15,460 KB
最終ジャッジ日時 2023-09-07 17:22:04
合計ジャッジ時間 2,999 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
15,264 KB
testcase_01 AC 118 ms
15,188 KB
testcase_02 AC 118 ms
15,384 KB
testcase_03 AC 116 ms
15,044 KB
testcase_04 AC 120 ms
15,412 KB
testcase_05 AC 119 ms
15,184 KB
testcase_06 AC 127 ms
15,296 KB
testcase_07 AC 127 ms
15,412 KB
testcase_08 AC 126 ms
15,428 KB
testcase_09 AC 127 ms
15,184 KB
testcase_10 AC 129 ms
15,460 KB
testcase_11 AC 93 ms
15,376 KB
testcase_12 AC 103 ms
15,208 KB
testcase_13 AC 137 ms
15,260 KB
testcase_14 AC 147 ms
15,408 KB
testcase_15 AC 124 ms
15,176 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets.to_i.times{n,m=gets.split.map &:to_i;m.times{gets};puts n>1 ? :Yes : :No}
0