摘要:
注意点 string里有个to_string()可以实现int转string 代码 #include <iostream> #include <cstdio> #include <string> using namespace std; bool is_Palindromic(string a){ 阅读全文
posted @ 2022-07-12 23:33
qwasdasd
阅读(28)
评论(0)
推荐(0)
摘要:
代码 #include <iostream> #include <cstdio> #include <string> using namespace std; int main() { char ch; string s; char tmpc; int tmp=0; cin>>ch; getchar 阅读全文
posted @ 2022-07-12 22:25
qwasdasd
阅读(47)
评论(0)
推荐(0)
摘要:
易错点 很多关键细节在题干背景里,而不单单是输出格式里,很容易忽略 setprecision有误差,.5会舍去而不是进位 代码 #include <iostream> #include <cstdio> #include <iomanip> using namespace std; int main 阅读全文
posted @ 2022-07-12 20:27
qwasdasd
阅读(30)
评论(0)
推荐(0)
摘要:
代码 #include <iostream> #include <cstdio> #include <string> using namespace std; int main() { string s; int n; cin>>n; getchar(); for(int i=0;i<n;i++){ 阅读全文
posted @ 2022-07-12 19:54
qwasdasd
阅读(51)
评论(0)
推荐(0)
摘要:
代码 #include <iostream> #include <cstdio> using namespace std; long a[100002]; string nxt[100002]; int main() { string faddr; string h,p1,p2; string f, 阅读全文
posted @ 2022-07-12 18:59
qwasdasd
阅读(28)
评论(0)
推荐(0)
摘要:
易错点 最高位的进位不要忽略 需要考虑两个0相加的情况程序不出错 代码 #include <iostream> #include <cstdio> #include <string> #include <stack> using namespace std; int main() { string 阅读全文
posted @ 2022-07-12 14:56
qwasdasd
阅读(48)
评论(0)
推荐(0)
摘要:
代码 #include <iostream> #include <cstdio> #include <string> #include <iomanip> using namespace std; float point[101]; int num[101]; int rnum[101]; floa 阅读全文
posted @ 2022-07-12 13:36
qwasdasd
阅读(36)
评论(0)
推荐(0)
摘要:
代码 #include <iostream> #include <cstdio> #include <set> #include <string> using namespace std; int main() { int n,m; string index; string name; set<st 阅读全文
posted @ 2022-07-12 11:56
qwasdasd
阅读(27)
评论(0)
推荐(0)
摘要:
#include #include using namespace std; int main() { int T,k; int n1,b,t,n2; cin>>T>>k; for(int i=0;i<k;i++){ cin>>n1>>b>>t>>n2; if(t>T){ cout<<"Not en 阅读全文
posted @ 2022-07-12 11:21
qwasdasd
阅读(13)
评论(0)
推荐(0)
摘要:
代码 #include <iostream> #include <cstdio> #include <set> using namespace std; int main() { int n; int a; int tmp; int tmp2; multiset<int> st; cin>>n; f 阅读全文
posted @ 2022-07-12 10:49
qwasdasd
阅读(52)
评论(0)
推荐(0)
摘要:
代码 #include <iostream> #include <cstdio> #include <string> #include <map> using namespace std; string name[1001]; int main() { int m,n,s; int tmp=-999 阅读全文
posted @ 2022-07-12 10:15
qwasdasd
阅读(43)
评论(0)
推荐(0)

浙公网安备 33010602011771号