Skip to content

Commit

Permalink
Update 038.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Dec 19, 2021
1 parent 02c89c0 commit 0e461b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 038.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ AtCoder では Boost を使えるので、その中の Boost.Multiprecision ラ

```cpp
#include <iostream>
#include <boost/multiprecision/cpp_int.hpp> // boost::multiprecision::cpp_int
#include <boost/math/common_factor.hpp> // boost::multiprecision::lcm()
#include <boost/multiprecision/cpp_int.hpp>

int main()
{
Expand Down

0 comments on commit 0e461b4

Please sign in to comment.