比赛 |
cdcqの省选膜你赛 |
评测结果 |
WWWWWWAWWWAWWWWWWWWW |
题目名称 |
源符「厌川的翡翠」 |
最终得分 |
10 |
用户昵称 |
LoveYayoi |
运行时间 |
0.006 s |
代码语言 |
C++ |
内存使用 |
0.70 MiB |
提交时间 |
2017-04-11 12:25:51 |
显示代码纯文本
#include <iostream>
#include <cstdlib>
#include <cstdio>
#include <algorithm>
#include <string>
#include <cstring>
#include <cmath>
#include <map>
#include <stack>
#include <set>
#include <vector>
#include <queue>
#include <time.h>
#define eps 10e-7
#define INF 0x3f3f3f3f
#define MOD 1000000007
#define rep0(j,n) for(int j=0;j<n;++j)
#define rep1(j,n) for(int j=1;j<=n;++j)
#define pb push_back
#define set0(n) memset(n,0,sizeof(n))
#define ll long long
//#define OJ
using namespace std;
int read() {
char c = getchar(); int f = 1, x = 0;
while (!isdigit(c)) { if (c == '-') f = -1; c = getchar(); }
while (isdigit(c)) { x = x * 10 + c - '0'; c = getchar(); }
return f*x;
}
char get_ch() {
char c = getchar();
while (!isalpha(c)) c = getchar();
return c;
}
const int MAXINT = 50010;
ll ans[MAXINT];
int n, m, cnt = 0, cnt_q = 0;
int main() {
freopen("cdcq_c.in", "r", stdin);
freopen("cdcq_c.out", "w", stdout);
printf("-1\n");
return 0;
}