上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 42 下一页
摘要: #include<iostream> #include<cstdio> #include<algorithm> using namespace std; int main(){ int i,t,n,data[1005],ans,x,y; scanf("%d",&t); while(t--){ sca 阅读全文
posted @ 2021-08-05 19:23 智人心 阅读(102) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; const int maxn = 250005; char data[maxn][2][15]; int number = 0; int degree 阅读全文
posted @ 2021-08-05 17:35 智人心 阅读(54) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstring> #include<cstdio> using namespace std; int main(){ char data[205]; scanf("%s",data); int len = 阅读全文
posted @ 2021-08-05 14:57 智人心 阅读(42) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; int k,t,w,h,sx,sy,sum,ex,ey; int idx[45][45],data[45][45],ans[3]; char c[45 阅读全文
posted @ 2021-08-05 12:19 智人心 阅读(68) 评论(0) 推荐(0)
摘要: #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 智人心 阅读(22) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; char c[10][20]; int data[10][20],idx[10][20],k,score; struct Node{ int x,y, 阅读全文
posted @ 2021-08-03 21:26 智人心 阅读(44) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 42 下一页