QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
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