07 2024 档案
摘要:#include <iostream> using namespace std; int main(){ freopen("in.txt","r",stdin); freopen("out.txt","w",stdout); string c; cin>>c; int i=c.size(); int
阅读全文
摘要:1 #include <iostream> 2 #include <vector> 3 using namespace std; 4 long b; 5 int w; 6 int c=0; 7 int f(int c){ 8 if(c==1){ 9 return 1; 10 }else{ 11 re
阅读全文