結果
| 問題 | 
                            No.1076 寿司打
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2020-08-14 00:58:05 | 
| 言語 | C++17  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                AC
                                 
                             
                            
                         | 
                    
| 実行時間 | 3 ms / 2,000 ms | 
| コード長 | 145 bytes | 
| コンパイル時間 | 3,385 ms | 
| コンパイル使用メモリ | 191,248 KB | 
| 最終ジャッジ日時 | 2025-01-12 22:10:58 | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 10 | 
ソースコード
#include<bits/stdc++.h>
using namespace std;
int main(){
	cin.tie(0),ios::sync_with_stdio(false);
	double d; cin>>d;
	cout<<1/(1-d)-1<<"\n"s;
}