Discrete Logarithm is a Joke __int128 浮点数e
生活随笔
收集整理的這篇文章主要介紹了
Discrete Logarithm is a Joke __int128 浮点数e
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
思路 :
- 這段代碼只能C++ 17的64位版本或者20的64位版本,否則會CE
- ai=gai+1a_i = g^{a_{i+1}}ai?=gai+1?,且樣例給了上界的答案,所以倒推
- long long會爆,所以要用__int128
- __int128的輸入輸出方式
- long long x = 1e18 + 31 cout x會得到1000(省略0),也就是說爆了,
- double x = 1e18 + 31 cout x會得到1e+18,printf x會得到1000000000000000000.000000
總結
以上是生活随笔為你收集整理的Discrete Logarithm is a Joke __int128 浮点数e的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Increasing or Decrea
- 下一篇: 黑马程序员pink老师前端入门教程,零基