結果

問題 No.836 じょうよ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-01 11:33:09
言語 Ruby
(3.3.0)
結果
TLE  
実行時間 -
コード長 55 bytes
コンパイル時間 717 ms
コンパイル使用メモリ 11,336 KB
実行使用メモリ 15,696 KB
最終ジャッジ日時 2023-10-14 18:43:28
合計ジャッジ時間 18,791 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 941 ms
15,624 KB
testcase_01 AC 69 ms
15,236 KB
testcase_02 AC 68 ms
15,156 KB
testcase_03 AC 68 ms
15,116 KB
testcase_04 AC 69 ms
15,128 KB
testcase_05 AC 73 ms
15,112 KB
testcase_06 AC 73 ms
15,112 KB
testcase_07 AC 70 ms
15,340 KB
testcase_08 AC 71 ms
15,192 KB
testcase_09 AC 74 ms
15,136 KB
testcase_10 AC 71 ms
15,096 KB
testcase_11 AC 161 ms
15,472 KB
testcase_12 AC 198 ms
15,508 KB
testcase_13 AC 162 ms
15,696 KB
testcase_14 AC 91 ms
15,384 KB
testcase_15 AC 180 ms
15,368 KB
testcase_16 TLE -
testcase_17 AC 920 ms
15,572 KB
testcase_18 AC 138 ms
15,636 KB
testcase_19 AC 236 ms
15,380 KB
testcase_20 AC 572 ms
15,376 KB
testcase_21 AC 102 ms
15,548 KB
testcase_22 AC 537 ms
15,468 KB
testcase_23 TLE -
testcase_24 AC 139 ms
15,372 KB
testcase_25 AC 413 ms
15,480 KB
testcase_26 AC 85 ms
15,420 KB
testcase_27 AC 97 ms
15,428 KB
testcase_28 AC 165 ms
15,572 KB
testcase_29 AC 110 ms
15,604 KB
testcase_30 AC 93 ms
15,636 KB
testcase_31 AC 180 ms
15,480 KB
testcase_32 AC 167 ms
15,428 KB
testcase_33 AC 99 ms
15,600 KB
testcase_34 AC 166 ms
15,376 KB
testcase_35 AC 164 ms
15,548 KB
testcase_36 AC 630 ms
15,664 KB
testcase_37 AC 601 ms
15,504 KB
testcase_38 AC 863 ms
15,472 KB
testcase_39 AC 733 ms
15,376 KB
testcase_40 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"L,R,N="+gets.split*?,
N.times{p R/N-(L-=1)/N;R-=1}
0