結果
問題 |
No.8001 確率論ってこういうものですよね
|
ユーザー |
![]() |
提出日時 | 2021-07-15 00:20:41 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 376 bytes |
コンパイル時間 | 1,364 ms |
コンパイル使用メモリ | 165,656 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-04 00:47:55 |
合計ジャッジ時間 | 2,032 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 WA * 6 |
ソースコード
#include <bits/stdc++.h> using namespace std; //#include <atcoder/all> //using namespace atcoder; using ll=long long; using Graph=vector<vector<int>>; #define MAX 1000000 #define MOD 1000000009 //#define MOD 998244353 #define INF 1000000000 //#define INF 1000000000000000000 int main(){ double X,Y; cin>>X>>Y; double ans=X*(1-Y); printf("%.10lf %.10lf\n",ans,ans); }