QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#539283#8934. Challenge NPCucup-team4702#WA 24ms3600kbC++20269b2024-08-31 14:25:182024-08-31 14:25:23

Judging History

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

  • [2024-08-31 14:25:23]
  • 评测
  • 测评结果:WA
  • 用时:24ms
  • 内存:3600kb
  • [2024-08-31 14:25:18]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
int main(){
    cout<<"1024 262632 2\n";
    for(int i=1;i<=1024;i++) cout<<1+((i-1)&1)<<" ";
    cout<<"\n";
	for(int i=1;i<=1024;i+=2)
		for(int j=2;j<=1024;j+=2)
			if(j!=i+1) cout<<i<<" "<<j<<"\n";
	return 0;
}

详细

Test #1:

score: 0
Wrong Answer
time: 24ms
memory: 3600kb

input:

1

output:

1024 262632 2
1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 ...

result:

wrong output format Unexpected end of file - int32 expected