张广文
张广文
全部文章
题解
归档
标签
去牛客网
登录
/
注册
张广文的博客
全部文章
/ 题解
(共44篇)
.
include<stdio.h> include using namespace std;#define LL long longtypedef struct Res{ LL x, y, z; bool operator < (const Res &b) con...
2020-03-19
0
549
。。
include<stdio.h> include<bits/stdc++.h> using namespace std;typedef long long ll;const ll mod=1000000007;const ll base=313;int n,m,k;int s...
2020-03-15
0
586
树
include<bits/stdc++.h> using namespace std;const long long mod=1000000007;long long jc[305],c[305][305];void init(){ jc[1]=1; for(int i=0;...
2020-03-15
0
457
矩阵
include include using namespace std; typedef unsigned long long ull;unordered_map <ull,bool> mp;ull hash2[505][505],p1=469762049,p2=998244353,po...
2020-03-15
0
711
张广文
include using namespace std;int main(){ string b,s; cin>>b>>s; if(b=="admin"&&s=="admin") { cout<<"Login...
2020-03-03
1
564
张广文
include int main(){ int m,n,c=0; scanf("%d %d",&m,&n); int a[m][n],b[m][n]; for(int i=0;i<m;i++) { for(int j=0;j<n...
2020-03-03
0
565
哇咔咔
include<bits/stdc++.h> using namespace std;int main(){ int n; while(cin>>n){ int a[101]={0},sum=1,o=1; a[0]=2; for(int ...
2020-03-03
0
679
四水
include int main(){ int b,c,a[51]; scanf("%d",&b); for(int i=0;i<b;i++) scanf("%d ",&a[i]); scanf("%d",&c); for(i...
2020-03-03
0
517
三山
include include include using namespace std; int main(){ float array[10]; for(int i = 0 ; i < 7; i++) { cin >> array[i]; }...
2020-03-03
0
603
张广文
include using namespace std;int main(){ int n; while(cin>>n) { for(int i=1;i<=n;i++) { for(int j=1;j<=i;...
2020-03-03
0
535
首页
上一页
1
2
3
4
5
下一页
末页