11 2021 档案

摘要:转载:https://zhuanlan.zhihu.com/p/42106537 https://www.cnblogs.com/techflow/p/13742997.html 阅读全文
posted @ 2021-11-23 10:39 焓青 阅读(103) 评论(0) 推荐(0)
摘要:转载:博弈论 - MBA智库百科 (mbalib.com) 阅读全文
posted @ 2021-11-19 16:04 焓青 阅读(23) 评论(0) 推荐(0)
摘要://#include<bits/stdc++.h>//万能头文件不过时间要用很多 #include<cstdio>//能不用cin就不用 #include<iostream> #include<cstring> using namespace std; int main(){ int n; cin> 阅读全文
posted @ 2021-11-01 16:50 焓青 阅读(37) 评论(0) 推荐(0)
摘要:字符逆序: 输入:I am a student 输出: tneduts a ma I #include <iostream> #include <cstring> #include <algorithm> using namespace std; int main() { string a; get 阅读全文
posted @ 2021-11-01 16:48 焓青 阅读(76) 评论(0) 推荐(0)