結果

問題 No.257 N言っちゃダメゲーム (3)
ユーザー cielciel
提出日時 2015-08-01 01:34:51
言語 Ruby
(3.3.0)
結果
AC  
実行時間 140 ms / 2,000 ms
コード長 53 bytes
コンパイル時間 44 ms
コンパイル使用メモリ 11,536 KB
実行使用メモリ 31,472 KB
平均クエリ数 99.00
最終ジャッジ日時 2023-09-23 21:11:39
合計ジャッジ時間 6,024 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 134 ms
30,940 KB
testcase_01 AC 135 ms
31,436 KB
testcase_02 AC 131 ms
30,744 KB
testcase_03 AC 131 ms
31,332 KB
testcase_04 AC 130 ms
31,100 KB
testcase_05 AC 132 ms
31,340 KB
testcase_06 AC 133 ms
30,676 KB
testcase_07 AC 133 ms
30,820 KB
testcase_08 AC 132 ms
31,432 KB
testcase_09 AC 132 ms
30,952 KB
testcase_10 AC 133 ms
31,068 KB
testcase_11 AC 134 ms
31,296 KB
testcase_12 AC 133 ms
31,472 KB
testcase_13 AC 132 ms
31,204 KB
testcase_14 AC 132 ms
31,168 KB
testcase_15 AC 134 ms
30,836 KB
testcase_16 AC 132 ms
31,096 KB
testcase_17 AC 131 ms
30,972 KB
testcase_18 AC 132 ms
31,024 KB
testcase_19 AC 131 ms
31,064 KB
testcase_20 AC 133 ms
31,168 KB
testcase_21 AC 133 ms
31,332 KB
testcase_22 AC 134 ms
31,400 KB
testcase_23 AC 132 ms
31,004 KB
testcase_24 AC 133 ms
30,860 KB
testcase_25 AC 131 ms
30,712 KB
testcase_26 AC 140 ms
30,936 KB
testcase_27 AC 135 ms
31,288 KB
testcase_28 AC 135 ms
30,784 KB
testcase_29 AC 131 ms
30,920 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

N,K=gets.split.map(&:to_i)
99.times{|i|p~-N%-~K-~K*i}
0