結果
| 問題 |
No.1342 Calculation
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-09-03 12:04:42 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 170 bytes |
| コンパイル時間 | 2,075 ms |
| コンパイル使用メモリ | 184,696 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-12-14 16:47:56 |
| 合計ジャッジ時間 | 2,419 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
#define _GLIBCXX_DEBUG
#include <bits/stdc++.h>
using namespace std;
int main() {
double ans = 2021.0;
ans *= (19/47 + 28/43);
ans /= 27;
cout << ans << endl;
}