QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#487325 | #6103. A+B Problem | hhw | WA | 0ms | 3740kb | C++23 | 138b | 2024-07-22 20:10:41 | 2024-07-22 20:10:42 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
long long a,b;
int main()
{
printf("%d\n%d %d %d %d %d",1,4,1,2,3,4);
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3740kb
input:
4 1 1 1
output:
1 4 1 2 3 4
result:
ok partial = 0
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3736kb
input:
11 1 1 3 4 4 3 1 8 8 10
output:
1 4 1 2 3 4
result:
wrong answer edge (0, 7) not covered by sets