QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#539283 | #8934. Challenge NPC | ucup-team4702# | WA | 24ms | 3600kb | C++20 | 269b | 2024-08-31 14:25:18 | 2024-08-31 14:25:23 |
Judging History
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