11 2024 档案
摘要:A 点击查看代码 #include<iostream> #include<algorithm> using namespace std; const int N = 105; #define ll long long ll t, shu[N], n; int main() { cin >> t; s
阅读全文
摘要:c++解释: new相当于malloc()函数,其他没有区别! 点击查看代码 #include<iostream> using namespace std; struct tree { int data; tree* light, *ture; }; int jie, shen,maxx; //创建
阅读全文
摘要:c++: string就是一个数组看成str[N]数组就可以了,其他的好像都一样! 点击查看代码 #include <iostream> #include<string> using namespace std; const int N = 1e7 + 5; struct strs { string
阅读全文

浙公网安备 33010602011771号