Submission #82464


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <bits/stdc++.h>
#include <boost/multiprecision/cpp_dec_float.hpp>
#include <boost/multiprecision/cpp_int.hpp>
#define int long long
using namespace std;
using namespace boost::multiprecision;
using Bint = cpp_int;
using Bfloat = cpp_dec_float<50>; // 精度50桁
signed main() {
cin.tie(nullptr);
ios::sync_with_stdio(false);
cout << std::fixed << std::setprecision(10);
}

ステータス

項目 データ
問題 0055 - Hello world Extreme
ユーザー名 ei2332
投稿日時 2025-03-28 11:09:38
言語 C++17
状態 Compile Error
得点 0
ソースコード長 408 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:3:10: fatal error: boost/multiprecision/cpp_dec_float.hpp: No such file or directory
 #include <boost/multiprecision/cpp_dec_float.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #