QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#507216#6418. Ah, It's Yesterday Once MoreFoedere0WA 0ms3524kbC++231.1kb2024-08-06 13:47:092024-08-06 13:47:09

Judging History

你现在查看的是最新测评结果

  • [2024-08-06 13:47:09]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3524kb
  • [2024-08-06 13:47:09]
  • 提交

answer

#include<iostream>
#include<algorithm>
#include<cstring>
#include<cmath>
#include<queue>
#include<map>
#include<vector>
#include<stack>
#include<cstdio>
#define int long long
//#define endl '\n'
using namespace std;
typedef pair<int,int> PII;
const int N=200200;
int n,k,q;
void solve(){
	cout<<20<<" "<<20<<endl;
	puts("11111111111111111111");
	puts("10000000000000000000");
	puts("11111111111111111111");
	puts("00000000000000000001");
	puts("11111111111111111111");
	puts("10000000000000000000");
	puts("11111111111111111111");
	puts("00000000000000000001");
	puts("11111111111111111111");
	puts("10000000000000000000");
	puts("11111111111111111111");
	puts("00000000000000000001");
	puts("11111111111111111111");
	puts("10000000000000000000");
	puts("11111111111111111111");
	puts("00000000000000000001");
	puts("11111111111111111111");
	puts("10000000000000000000");
	puts("10111011101110111011");
	puts("11101110111011101110");
}
signed main(){
	//ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
	int T=1;
	//cin>>T;
	while(T--){
		solve();
	}
	return 0;
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3524kb

input:



output:

20 20
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
...

result:

wrong answer 123 successful hack.