結果
問題 |
No.8076 eLepHAnTpAoOM
|
ユーザー |
👑 ![]() |
提出日時 | 2021-04-01 20:05:14 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 249 bytes |
コンパイル時間 | 1,944 ms |
コンパイル使用メモリ | 192,756 KB |
最終ジャッジ日時 | 2025-01-20 05:12:42 |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | WA * 23 |
ソースコード
#include <bits/stdc++.h> using namespace std; using ll=long long; using ull=unsigned long long; #define rep(i,n) for(int i=0; i<(n); i++) int main(){ double R,H; cin>>R>>H; double ans = 8.245+6.807*H+7.073*R; cout<<ans<<endl; return 0; }