QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#309953#8132. Freshman's Dreamucup-team2177#TL 1ms3624kbC++234.7kb2024-01-20 23:05:022024-01-20 23:05:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3624kb

input:

5
2
3
6
10
18

output:

576460752303423487 576460752303423487
-1
576460752303423487 576460752303423485
576460752303423487 576460752303423483
576460752303423487 576460752303423479

result:

ok ok

Test #2:

score: -100
Time Limit Exceeded

input:

100000
2
3
4
5
6
7
8
9
10
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101...

output:

576460752303423487 576460752303423487
-1
576460752303423487 576460752303423486
-1
576460752303423487 576460752303423485
-1
576460752303423487 576460752303423484
-1
576460752303423487 576460752303423483
-1
576460752303423487 576460752303423482
-1
576460752303423487 576460752303423481
-1
5764607523034...

result: