摘要: #include<iostream> using namespace std; #include<string> #include<algorithm> const int len = 60; const int maxn = 1000+5; string data[maxn]; void prin 阅读全文
posted @ 2021-07-16 22:16 智人心 阅读(40) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; #include<vector> #include<cstring> struct BigInteger{ static const int BASE = 100000000; static const int WIDT 阅读全文
posted @ 2021-07-16 14:24 智人心 阅读(57) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; #include<vector> #include<cstring> struct BigInteger{ static const int BASE = 100000000; static const int WIDT 阅读全文
posted @ 2021-07-16 14:05 智人心 阅读(74) 评论(0) 推荐(0)
摘要: #include<iostream> #include<set> #include<vector> #include<queue> using namespace std; typedef long long LL; int coeff[3] = {2,3,5}; int main(){ prior 阅读全文
posted @ 2021-07-15 16:23 智人心 阅读(103) 评论(0) 推荐(0)
摘要: //find_block //找到a所在堆p和高度h //clear_above //将p堆h高度上方所有方块归位 //pile_onto //将p堆h高度及上方所有方块移至p2 //print //打印 #include<iostream> #include<cstdio> #include<ve 阅读全文
posted @ 2021-07-05 20:26 智人心 阅读(64) 评论(0) 推荐(0)
摘要: #include<cstdio> #include<algorithm> using namespace std; const int maxn = 10000; int main(){ int n,q,x,a[maxn],kase = 0; while(scanf("%d%d",&n,&q)==2 阅读全文
posted @ 2021-07-05 16:17 智人心 阅读(62) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string> #include<sstream> using namespace std; int main(){ string line; while(getline(cin,line)){ long long sum = 0,x; str 阅读全文
posted @ 2021-07-05 15:42 智人心 阅读(38) 评论(0) 推荐(0)
摘要: cuda安装 可以跳过driver 查看GPU信息: nvidia-smi -l scp 源文件 目的文件夹 scp -r root@172.19.2.75:/home/root /home/daisy/*.tar.gz tar -zxvf 文件名.tar.gz 1、压缩命令: 命令格式:tar - 阅读全文
posted @ 2020-09-11 13:16 智人心 阅读(250) 评论(0) 推荐(0)
摘要: 9796,in 10000 阅读全文
posted @ 2020-09-08 00:37 智人心 阅读(101) 评论(0) 推荐(0)
摘要: 2993 strtok 2996 sort的cmp用法,格式化输出 2955 区间dp 3070 快速幂 3090 欧拉函数 3050 深度优先算法 *3032 双向队列 阅读全文
posted @ 2020-09-06 17:38 智人心 阅读(88) 评论(0) 推荐(0)