UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#123521#1103. 整数去重2wust202013407374syw1000ms524kbC++439b2020-11-28 09:34:402020-11-28 09:34:41

answer


Details

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 520kb

input:

20
25 100 63 48 77 24 86 40 48 98 30 58 48 14 58 95 92 78 13 61

output:

17
13
14
24
25
30
40
48
58
61
63
77
78
86
92
95
98
100

result:

ok 18 lines

Test #2:

score: 20
Accepted
time: 0ms
memory: 516kb

input:

120
42 98 56 29 74 68 40 84 26 14 64 64 99 79 36 61 59 18 66 88 97 58 88 29 75 61 12 77 72 25 47 54 ...

output:

65
11
12
13
14
15
18
20
21
22
23
24
25
26
29
30
32
34
35
36
39
40
42
43
45
47
48
52
53
54
55
56
57
5...

result:

ok 66 lines

Test #3:

score: 20
Accepted
time: 0ms
memory: 516kb

input:

220
78 35 81 44 87 58 33 72 77 58 30 91 33 74 59 15 35 66 90 20 36 44 16 11 92 45 52 98 100 62 62 95...

output:

79
11
12
13
14
15
16
17
18
20
21
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
4...

result:

ok 80 lines

Test #4:

score: 20
Accepted
time: 0ms
memory: 516kb

input:

1220
29 19 52 57 96 45 29 95 51 71 54 53 34 87 39 100 51 69 34 95 64 27 67 91 56 24 66 75 32 44 16 8...

output:

90
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
4...

result:

ok 91 lines

Test #5:

score: 20
Accepted
time: 0ms
memory: 524kb

input:

1520
69 11 23 77 23 25 33 36 17 92 78 15 43 100 20 96 66 64 77 80 92 93 36 72 29 11 80 53 55 27 51 6...

output:

90
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
4...

result:

ok 91 lines