摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 string t[100]; 4 int tot=0; 5 int to_num(string &s) 6 { 7 int x=0,f=1; 8 for(auto &p:s) 9 { 10 if(p 阅读全文
posted @ 2021-12-08 22:55
matt-11
阅读(291)
评论(0)
推荐(0)
摘要:
1 #include<bits/stdc++.h> 2 #define mytest 3 using namespace std; 4 const int N=1e5+5; 5 const int mod=1337; 6 int h[N];//h[i]表示key为i的开头节点编号 7 int tot 阅读全文
posted @ 2021-12-08 21:36
matt-11
阅读(77)
评论(0)
推荐(0)
摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 char st[33],top; 4 int change_ten(int d) 5 { 6 int x=0; 7 for(int i=1;i<=top;i++) 8 { 9 if(st[i]>=' 阅读全文
posted @ 2021-12-08 21:33
matt-11
阅读(18)
评论(0)
推荐(0)

浙公网安备 33010602011771号