結果
問題 | No.53 悪の漸化式 |
ユーザー |
![]() |
提出日時 | 2014-10-31 01:44:13 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 153 bytes |
コンパイル時間 | 2,127 ms |
コンパイル使用メモリ | 144,976 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-12 01:28:42 |
合計ジャッジ時間 | 2,823 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 |
ソースコード
import std.stdio, std.conv, std.math, std.string, std.range;void main(){auto N = readln().strip().to!int;writefln("%.10f", 4.0*(3.0/4.0)^^N);}