摘要: #include<iostream> #include<cstring> #include<cstdio> #include<cmath> #include<queue> using namespace std; queue<int>q; int prime[9999],k,pre[9999]; i 阅读全文
posted @ 2021-08-11 17:41 智人心 阅读(61) 评论(0) 推荐(0)
摘要: #include<iostream> #include<queue> #include<cstring> #include<cstdio> using namespace std; int n,k,ans; int data[100005]; void bfs(){ memset(data,-1,s 阅读全文
posted @ 2021-08-11 16:53 智人心 阅读(53) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> using namespace std; int main(){ char a[105][105]; int i,j,k,n,m; while(scan 阅读全文
posted @ 2021-08-11 16:31 智人心 阅读(41) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; #define ll long long #include<cmath> void gcd(ll a,ll b,ll&d,ll&x,ll&y){ if(!b){ d = a;x = 1; 阅读全文
posted @ 2021-08-11 15:41 智人心 阅读(29) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> #include<queue> using namespace std; struct Node{ int x,y; Node(){ x = 0; y = 0; } Node(int a,in 阅读全文
posted @ 2021-08-11 12:16 智人心 阅读(47) 评论(0) 推荐(0)
摘要: 待解决 阅读全文
posted @ 2021-08-11 10:13 智人心 阅读(28) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int a,b,c,d; scanf("%d%d%d%d",&a,&b,&c,&d); printf("5*(5-(1/5))\n"); return 0; } 阅读全文
posted @ 2021-08-11 10:06 智人心 阅读(29) 评论(0) 推荐(0)