結果

問題 No.485 方程式のお勉強
ユーザー mmmpppmmmppp
提出日時 2017-03-01 01:43:13
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 43 bytes
コンパイル時間 87 ms
コンパイル使用メモリ 11,388 KB
実行使用メモリ 15,424 KB
最終ジャッジ日時 2023-09-02 18:26:41
合計ジャッジ時間 2,516 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
15,424 KB
testcase_01 AC 82 ms
15,172 KB
testcase_02 AC 81 ms
15,272 KB
testcase_03 AC 80 ms
15,064 KB
testcase_04 AC 81 ms
15,108 KB
testcase_05 AC 82 ms
15,372 KB
testcase_06 WA -
testcase_07 AC 82 ms
15,284 KB
testcase_08 WA -
testcase_09 AC 81 ms
15,100 KB
testcase_10 AC 84 ms
15,144 KB
testcase_11 AC 81 ms
15,148 KB
testcase_12 WA -
testcase_13 AC 82 ms
15,176 KB
testcase_14 AC 82 ms
15,320 KB
testcase_15 AC 79 ms
15,176 KB
testcase_16 AC 80 ms
15,176 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"A,B="+gets.split*?,;puts B%A>0?:NO:B/A
0