結果
問題 |
No.445 得点
|
ユーザー |
![]() |
提出日時 | 2016-11-20 17:59:07 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
AC
|
実行時間 | 29 ms / 2,000 ms |
コード長 | 235 bytes |
コンパイル時間 | 30 ms |
コンパイル使用メモリ | 5,120 KB |
実行使用メモリ | 16,128 KB |
最終ジャッジ日時 | 2024-06-29 20:17:33 |
合計ジャッジ時間 | 1,776 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 21 |
ソースコード
(define (f n k) (inexact->exact (+ (* 50 n) (floor (/ (* 50 n) (+ (/ 8 10) (* (/ 2 10) k))))))) (define (MAIN) (let* ((a (read)) (b (read))) (display (f a b)) (newline))) (MAIN)