摘要: 1.无聊的数列 1 #include<bits/stdc++.h> 2 using namespace std; 3 inline int read() 4 { 5 int x=0,f=1;char c=getchar(); 6 if(c=='-') f=-1; 7 for(;!isdigit(c) 阅读全文
posted @ 2020-07-25 15:45 SuYongkang 阅读(71) 评论(0) 推荐(0)