結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 21:31:02
言語 Ruby
(3.3.0)
結果
AC  
実行時間 281 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 41 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 41,904 KB
最終ジャッジ日時 2024-07-19 20:24:05
合計ジャッジ時間 7,184 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 95 ms
12,160 KB
testcase_01 AC 93 ms
12,160 KB
testcase_02 AC 90 ms
12,160 KB
testcase_03 AC 96 ms
12,416 KB
testcase_04 AC 96 ms
12,416 KB
testcase_05 AC 98 ms
12,672 KB
testcase_06 AC 96 ms
12,544 KB
testcase_07 AC 93 ms
12,544 KB
testcase_08 AC 90 ms
12,160 KB
testcase_09 AC 279 ms
41,808 KB
testcase_10 AC 249 ms
39,092 KB
testcase_11 AC 94 ms
12,416 KB
testcase_12 AC 95 ms
12,288 KB
testcase_13 AC 95 ms
12,288 KB
testcase_14 AC 275 ms
41,288 KB
testcase_15 AC 270 ms
41,432 KB
testcase_16 AC 269 ms
41,412 KB
testcase_17 AC 275 ms
41,800 KB
testcase_18 AC 277 ms
41,904 KB
testcase_19 AC 273 ms
41,668 KB
testcase_20 AC 274 ms
41,668 KB
testcase_21 AC 281 ms
41,772 KB
testcase_22 AC 273 ms
41,800 KB
testcase_23 AC 273 ms
41,796 KB
testcase_24 AC 278 ms
41,672 KB
testcase_25 AC 275 ms
41,692 KB
testcase_26 AC 268 ms
41,016 KB
testcase_27 AC 271 ms
41,304 KB
testcase_28 AC 275 ms
41,764 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,X,*S='+`dd`.split*?,
p S.sum-X*~-N
0