随笔分类 -  bbp

摘要:题目 题解 BBP算法 题解 标程: #include<bits/stdc++.h> using namespace std; typedef long long ll; double v; int n,T,Case; void out(int x){ if (x<10) putchar(x+48) 阅读全文
posted @ 2018-06-18 12:24 Mingoal 阅读(13) 评论(0) 推荐(0)