結果
問題 | No.1466 I am not genius. |
ユーザー |
![]() |
提出日時 | 2023-09-04 21:57:42 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 185 bytes |
コンパイル時間 | 1,495 ms |
コンパイル使用メモリ | 165,632 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-22 19:25:40 |
合計ジャッジ時間 | 2,260 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 26 |
ソースコード
#include <bits/stdc++.h> using namespace std; #define rep(i, n) for (int i = 0; i < (int)(n); i++) int main() { double x; cin >> x; cout << std::setprecision(20) << 4 * x << endl; }