結果
問題 |
No.481 1から10
|
ユーザー |
![]() |
提出日時 | 2022-09-18 15:05:01 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 104 bytes |
コンパイル時間 | 428 ms |
コンパイル使用メモリ | 6,948 KB |
実行使用メモリ | 16,000 KB |
最終ジャッジ日時 | 2024-12-22 01:19:53 |
合計ジャッジ時間 | 2,500 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 8 |
ソースコード
(display (- 45 (apply + (map (^ (x) (string->number x)) (string-split (read-line) " ")))))