QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#863457 | #9881. Diverge and Converge | ucup-team4125 | WA | 3ms | 3840kb | C++17 | 2.1kb | 2025-01-19 17:32:24 | 2025-01-19 17:32:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3712kb
input:
4 1 2 2 3 3 4 1 2 2 4 2 3
output:
2 3 1 3 2 1
result:
ok Correct, N = 4
Test #2:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
2 1 2 2 1
output:
1 1
result:
ok Correct, N = 2
Test #3:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
7 1 2 1 3 2 4 2 5 3 6 3 7 1 5 1 6 1 7 5 2 6 3 7 4
output:
5 2 4 1 6 3 5 2 4 1 3 6
result:
ok Correct, N = 7
Test #4:
score: -100
Wrong Answer
time: 3ms
memory: 3840kb
input:
1000 780 67 364 281 934 245 121 472 460 233 574 534 91 687 91 832 413 613 815 638 519 196 992 120 150 157 198 365 643 700 279 698 623 215 578 330 869 333 874 570 879 697 897 671 962 670 108 137 779 9 988 91 919 314 696 722 431 270 810 692 769 49 254 915 737 580 229 888 379 612 19 161 787 346 280 753...
output:
722 104 192 322 510 12 936 51 738 583 167 626 890 349 552 639 168 69 75 715 140 24 471 2 346 144 538 486 369 273 672 636 902 246 282 789 372 477 888 966 20 970 745 816 682 305 551 216 967 63 319 208 191 692 512 995 550 948 383 912 903 705 813 188 974 278 459 599 195 266 825 58 567 607 985 728 712 97...
result:
wrong answer Wrong, N = 1000, not forming a tree