結果
| 問題 |
No.1466 I am not genius.
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-04-02 22:19:38 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 137 bytes |
| コンパイル時間 | 1,552 ms |
| コンパイル使用メモリ | 165,056 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-12-23 19:52:07 |
| 合計ジャッジ時間 | 2,438 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 25 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
int main(){
double x;
cin>>x;
cout<<setprecision(15)<<x*0.0002885855652225477<<'\n';
}