結果
問題 |
No.481 1から10
|
ユーザー |
![]() |
提出日時 | 2022-10-01 17:49:05 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 139 bytes |
コンパイル時間 | 453 ms |
コンパイル使用メモリ | 5,760 KB |
実行使用メモリ | 16,128 KB |
最終ジャッジ日時 | 2024-12-24 00:08:58 |
合計ジャッジ時間 | 1,234 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 2 |
other | RE * 8 |
ソースコード
(define (main _) (display (- 55 (apply + (map (^x (string->number x)) (string-split (read-line) " "))))) (newline) )