結果
| 問題 |
No.8076 eLepHAnTpAoOM
|
| コンテスト | |
| ユーザー |
mito_nya
|
| 提出日時 | 2021-04-01 20:15:13 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 256 bytes |
| コンパイル時間 | 665 ms |
| コンパイル使用メモリ | 75,788 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-12-18 01:43:46 |
| 合計ジャッジ時間 | 1,369 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 23 |
ソースコード
#include<stdio.h>
#include<iostream>
#include<vector>
#include<math.h>
#include<iomanip>
using namespace std;
int main(){
double H,R;
cin>>H>>R;
double S=-8.245+6.807*H+7.073*2*R;
cout << fixed << setprecision(10) << S << endl;
return 0;}
mito_nya