摘要: #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.tie(0);cout.tie(0) bool judge(int x){ int z = floor(sqrt(x)+0 阅读全文
posted @ 2019-04-09 14:06 AlexPanda 阅读(144) 评论(0) 推荐(0) 编辑