11 2021 档案
摘要:转载:https://zhuanlan.zhihu.com/p/42106537 https://www.cnblogs.com/techflow/p/13742997.html
阅读全文
摘要://#include<bits/stdc++.h>//万能头文件不过时间要用很多 #include<cstdio>//能不用cin就不用 #include<iostream> #include<cstring> using namespace std; int main(){ int n; cin>
阅读全文
摘要:字符逆序: 输入:I am a student 输出: tneduts a ma I #include <iostream> #include <cstring> #include <algorithm> using namespace std; int main() { string a; get
阅读全文