随笔分类 -  大数

摘要:#include <bits/stdc++.h> using namespace std; inline __int128 read() { __int128 x=0,f=1; char ch=getchar(); while(ch<'0'||ch>'9') { if(ch=='-') f=-1; 阅读全文
posted @ 2020-08-03 15:12 摸鱼选手LLF 阅读(719) 评论(0) 推荐(0)