QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#665902#8726. Magic Showhuazai6760 0ms1828kbC++171.2kb2024-10-22 15:47:052024-10-22 15:47:44

Judging History

你现在查看的是最新测评结果

  • [2024-10-22 15:47:44]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:1828kb
  • [2024-10-22 15:47:05]
  • 提交

Alice

#include<iostream>
#include<cstring>
#include<algorithm>
#include<vector>
#include<random>
#include "Alice.h"

using namespace std;

namespace
{
    const int N=64,M=60;
    typedef long long ll;
}

vector<pair<int,int> > Alice()
{
    vector<pair<int,int> > res;
    ll x=setN(N*M+2);
    for(int i=0;i<N;i++)
    {
        for(int j=1;j<=M;j++)
        {
            int u=i*M+j;
            if(x>>i&1)
                res.push_back({u,N*M+1});
            else
                res.push_back({u,N*M+2});
        }
    }
    res.push_back({N*M+1,N*M+2});
    return res;
}

Bob

#include<iostream>
#include<cstring>
#include<algorithm>
#include<vector>
#include<random>
#include "Bob.h"

using namespace std;

namespace
{
    const int N=64,M=60;
    typedef long long ll;
    int fa[N*M+10];
}

ll Bob(vector<pair<int,int> > V)
{
    for(auto[u,v]:V)
    {
        if(v==N*M+1) fa[u]=1;
        if(u==N*M+1) fa[v]=1;
    }
    ll res=0;
    for(int i=0;i<N;i++)
    {
        ll f=0;
        for(int j=1;j<=M;j++)
        {
            int u=i*M+j;
            f|=fa[u];
        }
        res|=f<<i;
    }
    return res;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 5
Accepted
time: 0ms = 0ms + 0ms
memory: 1820kb,1812kb

input:

1
4005

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

output:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

input:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
4005

Test #2:

score: 5
Accepted
time: 0ms = 0ms + 0ms
memory: 1820kb,1812kb

input:

1
459

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

output:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

input:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
459

Test #3:

score: 5
Accepted
time: 0ms = 0ms + 0ms
memory: 1824kb,1816kb

input:

1
2495

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

output:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

input:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
2495

Test #4:

score: 0
Wrong Answer
time: 0ms = 0ms + 0ms
memory: 1820kb,1824kb

input:

3
1560

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
3
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
3
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

output:

4
3842 3599
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 3842
23 3842
24 3842
25 3842
26 3842
27 3842
28 3842
29 3842
30 3842
31 3842
32 3842
33 3842
34 3842
35 3842
36 3842
37 3842
3...

input:

4
3842 3599
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 3842
23 3842
24 3842
25 3842
26 3842
27 3842
28 3842
29 3842
30 3842
31 3842
32 3842
33 3842
34 3842
35 3842
36 3842
37 3842
3...

output:

9ff923928e5675d6f7ae686fcfb20beac84bc7b1a47cf13bde24b59497bcae3b4900097049e1c568aa409defdbadf4cfc599c0e496e22068170cce547295ffa4
Incorrect answer.

Subtask #2:

score: 0
Wrong Answer

Test #13:

score: 30
Accepted
time: 0ms = 0ms + 0ms
memory: 1824kb,1820kb

input:

1
17476204

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

output:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

input:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
17476204

Test #14:

score: 30
Accepted
time: 0ms = 0ms + 0ms
memory: 1824kb,1812kb

input:

1
11926600

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

output:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

input:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
11926600

Test #15:

score: 30
Accepted
time: 0ms = 0ms + 0ms
memory: 1828kb,1812kb

input:

1
16602378

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

output:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

input:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
16602378

Test #16:

score: 0
Wrong Answer
time: 0ms = 0ms + 0ms
memory: 1828kb,1824kb

input:

3
13129243

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
3
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
3
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

output:

4
3842 3179
121 3842
122 3842
123 3842
124 3842
125 3842
126 3842
127 3842
128 3842
129 3842
130 3842
131 3842
132 3842
133 3842
134 3842
135 3842
136 3842
137 3842
138 3842
139 3842
140 3842
141 3842
142 3842
143 3842
144 3842
145 3842
146 3842
147 3842
148 3842
149 3842
150 3842
151 3842
152 3842
...

input:

4
3842 3179
121 3842
122 3842
123 3842
124 3842
125 3842
126 3842
127 3842
128 3842
129 3842
130 3842
131 3842
132 3842
133 3842
134 3842
135 3842
136 3842
137 3842
138 3842
139 3842
140 3842
141 3842
142 3842
143 3842
144 3842
145 3842
146 3842
147 3842
148 3842
149 3842
150 3842
151 3842
152 3842
...

output:

9ff923928e5675d6f7ae686fcfb20beac84bc7b1a47cf13bde24b59497bcae3b4900097049e1c568aa409defdbadf4cfc599c0e496e22068170cce547295ffa4
Incorrect answer.

Subtask #3:

score: 0
Wrong Answer

Test #25:

score: 65
Accepted
time: 0ms = 0ms + 0ms
memory: 1820kb,1824kb

input:

1
355365355024496523

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

output:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

input:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
355365355024496523

Test #26:

score: 65
Accepted
time: 0ms = 0ms + 0ms
memory: 1824kb,1828kb

input:

1
727827999106414164

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

output:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

input:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
727827999106414164

Test #27:

score: 65
Accepted
time: 0ms = 0ms + 0ms
memory: 1824kb,1824kb

input:

1
656410143989222955

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

output:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

input:

2
3842 2791
1 3841
2 3841
3 3841
4 3841
9 3841
10 3841
11 3841
13 3841
17 3841
18 3841
19 3841
21 3841
22 3841
24 3841
25 3841
26 3841
27 3841
28 3841
31 3841
32 3841
35 3841
37 3841
38 3841
39 3841
40 3841
41 3841
42 3841
43 3841
44 3841
45 3841
46 3841
47 3841
48 3841
49 3841
52 3841
53 3841
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
656410143989222955

Test #28:

score: 65
Accepted
time: 0ms = 0ms + 0ms
memory: 1824kb,1824kb

input:

1
410366615149657534

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

output:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

input:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
410366615149657534

Test #29:

score: 65
Accepted
time: 0ms = 0ms + 0ms
memory: 1820kb,1820kb

input:

1
298090682780948428

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
1
3842
1 3842
2 3842
3 3842
4 3842
5 3842
6 3842
7 3842
8 3842
9 3842
10 3842
11 3842
12 3842
13 3842
14 3842
15 3842
16 3842
17 3842
18 3842
19 3842
20 3842
21 3842
22 38...

output:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

input:

2
3842 2791
1 3842
2 3842
3 3842
4 3842
9 3842
10 3842
11 3842
13 3842
17 3842
18 3842
19 3842
21 3842
22 3842
24 3842
25 3842
26 3842
27 3842
28 3842
31 3842
32 3842
35 3842
37 3842
38 3842
39 3842
40 3842
41 3842
42 3842
43 3842
44 3842
45 3842
46 3842
47 3842
48 3842
49 3842
52 3842
53 3842
54 38...

output:

08e2277017156c65e2df558ef1d27eae814767ea6a771d5be687d4040371b97399dd6bd28d5207cce21e4e205ea711c730f7ccf85a21af8c41bab7c037b89e9e
298090682780948428

Test #30:

score: 0
Wrong Answer
time: 0ms = 0ms + 0ms
memory: 1820kb,1804kb

input:

3
969441916331132577

output:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
3
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

input:

a890c6696058af3ad84e267191c856938f206a8ef7c63581510cdfa15e45f9c07d82b6a58fe3c8183e2b8f4b976dd90fbca50f420ce3dcf29a3d6a73adf47022
3
3842
1 3841
2 3841
3 3841
4 3841
5 3841
6 3841
7 3841
8 3841
9 3841
10 3841
11 3841
12 3841
13 3841
14 3841
15 3841
16 3841
17 3841
18 3841
19 3841
20 3841
21 3841
22 38...

output:

4
3842 2221
61 3842
62 3842
63 3842
64 3842
65 3842
66 3842
67 3842
68 3842
69 3842
70 3842
71 3842
72 3842
73 3842
74 3842
75 3842
76 3842
77 3842
78 3842
79 3842
80 3842
81 3842
82 3842
83 3842
84 3842
85 3842
86 3842
87 3842
88 3842
89 3842
90 3842
91 3842
92 3842
93 3842
94 3842
95 3842
96 3842
...

input:

4
3842 2221
61 3842
62 3842
63 3842
64 3842
65 3842
66 3842
67 3842
68 3842
69 3842
70 3842
71 3842
72 3842
73 3842
74 3842
75 3842
76 3842
77 3842
78 3842
79 3842
80 3842
81 3842
82 3842
83 3842
84 3842
85 3842
86 3842
87 3842
88 3842
89 3842
90 3842
91 3842
92 3842
93 3842
94 3842
95 3842
96 3842
...

output:

9ff923928e5675d6f7ae686fcfb20beac84bc7b1a47cf13bde24b59497bcae3b4900097049e1c568aa409defdbadf4cfc599c0e496e22068170cce547295ffa4
Incorrect answer.