摘要: A.模拟 1 #include<cstdio> 2 #include<iostream> 3 using namespace std; 4 5 inline void read(int &ans) { 6 static char ch = getchar(); 7 register int neg 阅读全文
posted @ 2017-05-08 02:21 p0ny 阅读(114) 评论(0) 推荐(0) 编辑