QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#63694#4229. GCD HarmonyDianasDog#WA 4ms3916kbC++141.9kb2022-11-23 09:50:042022-11-23 09:50:04

詳細信息

Test #1:

score: 100
Accepted
time: 4ms
memory: 3804kb

input:

6
5
6
3
4
9
12
1 2
1 3
1 4
1 6
3 5

output:

6

result:

ok single line: '6'

Test #2:

score: 0
Accepted
time: 2ms
memory: 3684kb

input:

3
1
2
3
3 1
2 3

output:

4

result:

ok single line: '4'

Test #3:

score: -100
Wrong Answer
time: 4ms
memory: 3916kb

input:

13
2
5
5
5
5
5
5
3
3
3
3
3
3
1 2
1 3
1 4
1 5
1 6
1 7
1 8
1 9
1 10
1 11
1 12
1 13

output:

-884901887

result:

wrong answer 1st lines differ - expected: '15', found: '-884901887'