QAQ天战QAQ
QAQ天战QAQ
全部文章
题解
归档
标签
去牛客网
登录
/
注册
QAQ天战QAQ的博客
全部文章
/ 题解
(共15篇)
@**
include include include include include define fi first define se second define MP make_pair define P pair<int,int> define PLL pair<ll,ll>...
2020-01-13
1
662
ppta
include include include include include include using namespace std; inline int read(){ int x=0,f=1;char ch=getchar(); while (!isdigit(ch)...
2020-01-13
3
649
c
include include using namespace std;char s[(1<<10)+10];int work(int l,int r){ if(l==r) { if(s[l]=='0') cout<<"B"; else...
2020-01-13
1
575
看
以下都是答案#include <cstdio>#include <cstring>#include <iostream>#include <algorithm>#include <vector>using namespace std;<...
2020-01-13
1
613
f
代码如下(下面全部都是)#include define N 1000001 define NSQRT 1000 using namespace std; int main(){ int T, n; int a[N]={0}; /注...
2020-01-12
1
668
q
eary(简单)代码如下#include<iostream>using namespace std;int main(){ long long n,k,min=0,max=0; cin>>n>>k; if(n==k||k==0); else...
2020-01-12
1
506
e
简单#include <stdio.h>int main() { int a,b; while(scanf("%d %d",&a, &b) != EOF) printf("%d",a+b); return 0;}
2020-01-12
2
695
>_<
include include include include using namespace std;const int L=110;int C[L],vis[L][L],map[L][L],dis[L];bool b[L];int main(){ memset(map,0,sizeof(m...
2020-01-12
1
503
》-《
include include include include using namespace std;void tree(string s1,string s2){ int len1=s1.size(); int len2=s2.size(); if(len1>0)...
2020-01-12
3
689
看一眼答案吧QAQ
include<iostream> #include<cstring> #include<cmath> using namespace std; int n,length=0,vis[1000]={0};string str[1000]; inl...
2020-01-12
1
571
首页
上一页
1
2
下一页
末页