摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 inline int read(){ 4 int sum=0,x=1; 5 char ch=getchar(); 6 while(ch<'0'||ch>'9'){ 7 if(ch=='-') 8 x 阅读全文
posted @ 2019-05-10 17:20 starve_to_death 阅读(100) 评论(0) 推荐(0) 编辑