QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#487325#6103. A+B ProblemhhwWA 0ms3740kbC++23138b2024-07-22 20:10:412024-07-22 20:10:42

Judging History

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

  • [2024-07-22 20:10:42]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3740kb
  • [2024-07-22 20:10:41]
  • 提交

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;
}

详细

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