結果
問題 | No.57 ミリオンダイス |
ユーザー |
![]() |
提出日時 | 2021-03-28 17:58:27 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 3 ms / 5,000 ms |
コード長 | 225 bytes |
コンパイル時間 | 2,681 ms |
コンパイル使用メモリ | 190,796 KB |
最終ジャッジ日時 | 2025-01-20 00:16:54 |
ジャッジサーバーID (参考情報) |
judge1 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 9 |
ソースコード
#include <bits/stdc++.h> using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i<n;i++) typedef pair<int,int>P; int main(){ double n; cin>>n; cout<<setprecision(18)<<(21.0/6.0)*n<<endl; return 0; }