結果

問題 No.481 1から10
ユーザー MOD9cXWdOsRxvPyMOD9cXWdOsRxvPy
提出日時 2022-09-18 15:07:23
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 20 ms / 2,000 ms
コード長 104 bytes
コンパイル時間 52 ms
コンパイル使用メモリ 5,300 KB
実行使用メモリ 13,672 KB
最終ジャッジ日時 2023-08-23 18:09:12
合計ジャッジ時間 952 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 20 ms
13,672 KB
testcase_01 AC 19 ms
11,680 KB
testcase_02 AC 18 ms
11,728 KB
testcase_03 AC 18 ms
11,884 KB
testcase_04 AC 17 ms
11,828 KB
testcase_05 AC 17 ms
11,788 KB
testcase_06 AC 18 ms
11,728 KB
testcase_07 AC 18 ms
11,800 KB
testcase_08 AC 17 ms
11,668 KB
testcase_09 AC 17 ms
11,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(display
 (- 55
    (apply +
	   (map (^ (x) (string->number x))
		(string-split (read-line) " ")))))


0