#include<cstdio>
#include<iostream>
#include<cstring>
#include<string>
#include<cmath>
#include<algorithm>
#include<set>
#include<map>
#include<queue>
#include<vector>
using namespace std;

typedef long long ll;
typedef unsigned long long ull;

const int inf=1e9+5;
const int maxn=1e8+7;
const int mod=1e9+7;
const double eps=1e-8;
const double pi=acos(-1.0);

ll gcd(ll a,ll b){ return b==0?a:gcd(b,a%b); }

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐