摘要: #include #define ll long long #define eps 1e-7 using namespace std; inline int read(){ int x=0;int f=1;char ch=getchar(); while(ch>'9'||ch='0') {x=x*10+ch-'0';ch=getchar();} return x*f; ... 阅读全文
posted @ 2018-04-17 07:57 zhangenming 阅读(124) 评论(0) 推荐(0) 编辑