摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int row,col,n,k; int idx[26][26],ansx[900],ansy[900]; void print(){ printf( 阅读全文
posted @ 2021-08-04 20:46 智人心 阅读(106) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> using namespace std; int main(){ long long n,i,data[20005],p,q,sum; scanf("%lld",&n); for(i=0; 阅读全文
posted @ 2021-08-04 17:37 智人心 阅读(79) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int main(){ int row,col,start,i,j,data[15][15],step,s1,s2; char c[15][15]; 阅读全文
posted @ 2021-08-04 16:22 智人心 阅读(29) 评论(0) 推荐(0)
摘要: CLI command line interface的缩写 echo $BASH_SUBSHELL 0表示没有子shell,大于0表示存在子shell jobs 显示后台作业信息 coproc My_job { sleep 10; } 协程 type -a ps 显示命令的格式 which ps 只 阅读全文
posted @ 2021-08-04 15:06 智人心 阅读(37) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> #include<cstdio> #include<cstring> using namespace std; #define ld long double int main(){ double n,p; while(scanf( 阅读全文
posted @ 2021-08-04 10:49 智人心 阅读(23) 评论(0) 推荐(0)