結果
| 問題 |
No.285 消費税2
|
| コンテスト | |
| ユーザー |
tsuchinaga
|
| 提出日時 | 2019-03-01 17:46:29 |
| 言語 | Go (1.23.4) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 111 bytes |
| コンパイル時間 | 10,849 ms |
| コンパイル使用メモリ | 241,980 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-06-23 12:08:12 |
| 合計ジャッジ時間 | 11,819 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 3 WA * 23 |
ソースコード
package main
import "fmt"
func main() {
var d float64
_, _ = fmt.Scan(&d)
fmt.Printf("%f\n", d+d*0.08)
}
tsuchinaga