QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#815183#9881. Diverge and Convergeucup-team1878#TL 458ms4184kbC++237.3kb2024-12-15 06:51:002024-12-15 06:51:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3616kb

input:

4
1 2
2 3
3 4
1 2
2 4
2 3

output:

3 2 1
2 3 1

result:

ok Correct, N = 4

Test #2:

score: 0
Accepted
time: 0ms
memory: 3632kb

input:

2
1 2
2 1

output:

1
1

result:

ok Correct, N = 2

Test #3:

score: 0
Accepted
time: 0ms
memory: 3776kb

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:

6 3 5 4 2 1
3 6 5 4 2 1

result:

ok Correct, N = 7

Test #4:

score: 0
Accepted
time: 458ms
memory: 4184kb

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:

703 215 484 134 486 448 381 883 458 538 509 889 532 286 731 188 895 306 497 195 128 259 449 511 375 314 602 418 687 178 667 154 837 153 131 775 429 526 149 126 482 186 614 541 164 28 124 530 210 641 310 810 297 845 913 803 34 868 956 615 47 734 809 938 754 72 787 462 86 59 920 947 878 35 390 706 852...

result:

ok Correct, N = 1000

Test #5:

score: -100
Time Limit Exceeded

input:

1000
666 194
70 687
680 703
661 583
370 940
560 387
333 171
948 872
606 785
887 95
130 640
845 792
156 125
281 757
287 160
139 736
896 670
345 200
475 429
18 728
520 31
170 53
531 614
22 391
668 228
674 354
807 999
726 288
572 616
586 9
284 8
353 37
102 927
223 63
733 423
253 964
336 483
200 42
177 ...

output:


result: