結果

問題 No.1466 I am not genius.
ユーザー Kanten4205
提出日時 2020-10-20 07:54:09
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 123 bytes
コンパイル時間 1,695 ms
コンパイル使用メモリ 163,588 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-11-07 02:20:24
合計ジャッジ時間 2,801 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 26
権限があれば一括ダウンロードができます

ソースコード

diff #

 #include <bits/stdc++.h>
using namespace std;

int main() {
    double X; cin >> X;
    printf("%.12lf", X * (double)4);
}
0