結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 21:31:02
言語 Ruby
(3.3.0)
結果
AC  
実行時間 254 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 55 ms
コンパイル使用メモリ 11,272 KB
実行使用メモリ 52,636 KB
最終ジャッジ日時 2023-09-27 02:58:46
合計ジャッジ時間 6,915 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 85 ms
15,236 KB
testcase_01 AC 82 ms
15,152 KB
testcase_02 AC 87 ms
15,176 KB
testcase_03 AC 86 ms
15,612 KB
testcase_04 AC 87 ms
15,580 KB
testcase_05 AC 88 ms
15,544 KB
testcase_06 AC 88 ms
15,648 KB
testcase_07 AC 88 ms
15,656 KB
testcase_08 AC 84 ms
15,204 KB
testcase_09 AC 254 ms
52,636 KB
testcase_10 AC 212 ms
49,176 KB
testcase_11 AC 86 ms
15,324 KB
testcase_12 AC 87 ms
15,492 KB
testcase_13 AC 88 ms
15,432 KB
testcase_14 AC 243 ms
51,456 KB
testcase_15 AC 243 ms
51,456 KB
testcase_16 AC 243 ms
51,552 KB
testcase_17 AC 248 ms
51,824 KB
testcase_18 AC 252 ms
51,820 KB
testcase_19 AC 249 ms
52,048 KB
testcase_20 AC 251 ms
52,004 KB
testcase_21 AC 251 ms
51,832 KB
testcase_22 AC 251 ms
51,756 KB
testcase_23 AC 249 ms
51,748 KB
testcase_24 AC 250 ms
51,824 KB
testcase_25 AC 249 ms
51,820 KB
testcase_26 AC 242 ms
51,032 KB
testcase_27 AC 244 ms
51,436 KB
testcase_28 AC 248 ms
51,976 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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