結果

問題 No.836 じょうよ
ユーザー kotatsugamekotatsugame
提出日時 2019-06-14 21:50:43
言語 Ruby
(3.3.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 52 bytes
コンパイル時間 544 ms
コンパイル使用メモリ 11,312 KB
実行使用メモリ 15,752 KB
最終ジャッジ日時 2023-08-08 23:23:05
合計ジャッジ時間 18,625 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 AC 84 ms
15,080 KB
testcase_02 AC 83 ms
15,288 KB
testcase_03 AC 83 ms
15,064 KB
testcase_04 AC 84 ms
15,288 KB
testcase_05 AC 86 ms
15,176 KB
testcase_06 AC 84 ms
15,140 KB
testcase_07 AC 83 ms
15,276 KB
testcase_08 AC 83 ms
15,176 KB
testcase_09 AC 84 ms
15,352 KB
testcase_10 AC 83 ms
15,084 KB
testcase_11 AC 185 ms
15,640 KB
testcase_12 AC 238 ms
15,432 KB
testcase_13 AC 179 ms
15,580 KB
testcase_14 AC 103 ms
15,408 KB
testcase_15 AC 206 ms
15,372 KB
testcase_16 TLE -
testcase_17 TLE -
testcase_18 AC 166 ms
15,620 KB
testcase_19 AC 275 ms
15,488 KB
testcase_20 AC 683 ms
15,656 KB
testcase_21 AC 124 ms
15,468 KB
testcase_22 AC 608 ms
15,524 KB
testcase_23 TLE -
testcase_24 AC 166 ms
15,428 KB
testcase_25 AC 477 ms
15,648 KB
testcase_26 AC 103 ms
15,588 KB
testcase_27 AC 116 ms
15,464 KB
testcase_28 AC 188 ms
15,648 KB
testcase_29 AC 126 ms
15,612 KB
testcase_30 AC 110 ms
15,708 KB
testcase_31 AC 211 ms
15,648 KB
testcase_32 AC 198 ms
15,376 KB
testcase_33 AC 111 ms
15,628 KB
testcase_34 AC 186 ms
15,476 KB
testcase_35 AC 197 ms
15,640 KB
testcase_36 AC 746 ms
15,636 KB
testcase_37 AC 716 ms
15,496 KB
testcase_38 TLE -
testcase_39 AC 845 ms
15,524 KB
testcase_40 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"L,R,N="+`tr \\  ,`
N.times{p R/N-(L-=1)/N
R-=1}
0