結果

問題 No.8017 エスパー
ユーザー Naoyk1212
提出日時 2016-07-22 20:35:19
言語 Scheme
(Gauche-0.9.15)
結果
AC  
実行時間 26 ms / 2,000 ms
コード長 82 bytes
コンパイル時間 227 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 16,000 KB
最終ジャッジ日時 2024-11-06 08:46:08
合計ジャッジ時間 1,646 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

(define s (read))
(define k (read))
(display (- s (* (quotient s k) k)))
(newline)
0