結果
問題 |
No.445 得点
|
ユーザー |
![]() |
提出日時 | 2016-11-20 17:56:25 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 226 bytes |
コンパイル時間 | 173 ms |
コンパイル使用メモリ | 6,820 KB |
実行使用メモリ | 16,128 KB |
最終ジャッジ日時 | 2024-11-27 09:02:23 |
合計ジャッジ時間 | 1,836 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 17 WA * 4 |
ソースコード
(define (f n k) (inexact->exact (+ (* 50 n) (floor (/ (* 50 n) (+ 0.8 (* 0.2 k))))))) (define (MAIN) (let* ((a (read)) (b (read))) (display (f a b)) (newline))) (MAIN)