結果
問題 |
No.285 消費税2
|
ユーザー |
|
提出日時 | 2015-10-16 23:45:27 |
言語 | Go (1.23.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 179 bytes |
コンパイル時間 | 13,591 ms |
コンパイル使用メモリ | 233,492 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-10 20:04:49 |
合計ジャッジ時間 | 11,797 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 3 WA * 23 |
ソースコード
package main import "fmt" import "math" func main(){ // Here your code ! var n int64 fmt.Scan(&n) x:=math.Floor(float64(n*108)+0.5) fmt.Printf("%f",x/100.0) }