QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#550206 | #8934. Challenge NPC | Suntianhe | WA | 68ms | 3692kb | C++14 | 349b | 2024-09-07 10:47:11 | 2024-09-07 10:47:14 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
int k;
cin>>k;
cout<<1024<<' '<<261633<<' '<<2<<endl;
for(int i=1;i<=1024;i++){
if(i%2) cout<<1<<' ';
else cout<<2<<' ';
}
cout<<endl;
for(int i=1;i<=1023;i+=2){
for(int j=2;j<=1024;j+=2){
if(j==i+1) continue;
cout<<i<<' '<<j<<endl;
}
}
return 0;
}
详细
Test #1:
score: 0
Wrong Answer
time: 68ms
memory: 3692kb
input:
1
output:
1024 261633 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