QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#322103#4675. Multiple Communicationstuanlinh1230 3ms4444kbC++201.4kb2024-02-06 11:27:182024-02-06 11:27:19

Judging History

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

  • [2024-02-06 11:27:19]
  • 评测
  • 测评结果:0
  • 用时:3ms
  • 内存:4444kb
  • [2024-02-06 11:27:18]
  • 提交

answer

#include<bits/stdc++.h>
#define ll long long
#define pll pair<ll, ll>
#define pb push_back
#define mp make_pair
#define fi first
#define se second
#define ld long double
using namespace std;

const ll st=135, inc=9;

int main()
{
    ios_base::sync_with_stdio(0);
    cin.tie(0); cout.tie(0);
    string s; cin >> s;
    if (s=="Alice" || s=="Bob")
    {
        string ans="";
        for (ll i=1; i<=100; i++)
        {
            string t; cin >> t;
            for (ll j=st; j<st+inc*30; j+=inc)
                ans.pb(t[j]);
        }
        cout << ans << "\n";
    }
    else
    {
        string A, B; cin >> A >> B;
        map <ll, ll> Map;
        for (ll i=0; i<100; i++)
        {
            ll num=0;
            for (ll j=0; j<30; j++)
                num=num*2+A[i*30+j]-'0';
            Map[num]=i+1;
        }
        vector <ll> val;
        for (ll i=0; i<100; i++)
        {
            ll num=0;
            for (ll j=0; j<30; j++)
                num=num*2+B[i*30+j]-'0';
            val.pb(num);
        }
        for (ll i=1; i<=100; i++)
        {
            string s; cin >> s;
            ll num=0;
            for (ll j=st; j<st+inc*30; j+=inc)
                num=num*2+s[j]-'0';
            for (ll j=0; j<100; j++)
            {
                ll f=num^val[j];
                if (Map[f]) cout << Map[f] << " " << j+1 << "\n";
            }
        }
    }
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

First Run Input

Alice
111101001110010010001100100110111010100101011011100010101101001000010111100100110100000111101101111110010010000110000110111000111101010101011000000011011110000001000101110110101110010011110110110000100101110111000010010101010110011010001101100111001010100011001000100101100101010110000100001110...

First Run Output

101010111010110110001100110101010011111101011001100111110111110110111011101001001000001111010011100111110010011111000011101100001111000110001011010000010101100111110011111010111110100111011000111010101110010101010110100110110000010111101101000100111001110000100111010001001010111110011011100011010001...

Second Run Input

Bob
00000011100010001101011001011110011000101110001001000111010100011010001011101011100001110101110110110101111101110000110101010101000111101000110110001000010010100100100000110101000110110110111110100000101111101010100111000111100011000011111000000110000101101101001100111010001110110001101011101111...

Second Run Output

011011100101000111100110001011011111011011011010000100110011010111001011100010011000110111011001011010001111100110101010010001000001001100111001010000100111111110100011011011100001101011010001111001100010011100001010111101110010011001001111101101000110111101101001010111000010110001000001101100011111...

Third Run Input

Clara
101010111010110110001100110101010011111101011001100111110111110110111011101001001000001111010011100111110010011111000011101100001111000110001011010000010101100111110011111010111110100111011000111010101110010101010110100110110000010111101101000100111001110000100111010001001010111110011011100011...

Third Run Output

11 8
68 89
74 70
92 97
28 58
6 82
53 98
29 9
68 8
95 31
61 74
99 37
84 44
2 25
74 69
39 25
76 92
77 67
74 95
1 10
100 23
12 3
28 31
85 64
75 49
56 78
42 21
93 20
95 2
47 86
17 93
58 38
95 7
35 50
91 34
87 38
44 3
32 7
30 58
76 16
94 69
48 2
68 27
43 26
100 39
98 61
38 5
93 95
37 49
27 80
51 94
23 85...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #2:

score: 100
Accepted
time: 2ms
memory: 4176kb

First Run Input

Alice
110011001011111111001010001110111101101011010010111100001110010000011100000010100100001110000000010001010111111110100111100101110000101110011101101001001101111010000011110011111011000010010010111111000010101111000010001101100110100010100100111011110000001110100100101000011110100001001001111011...

First Run Output

111000001011001001001100001010011010010000011000101101101110110110000000001010111011001101111000110010010011011101001011001110001100110100011100000000110100111000101000010110010100111000111000000000110111100101100110100111011010101010001100010011100100100000010000000001111100111011101010000001000001...

Second Run Input

Bob
01010101110011100011010110001001000000001100100000000011110100010001110110111000000001001000101010010100011101011010000110010110000000011000101101101101001111111110010101111010010111100100000100101101110011000011110001101001001001001110101100100100110000110100011100100001100110000000010011111101...

Second Run Output

100111000001001001100100001001110100100001101110001100100000111100000001011100011100000011010111110101111001010001000011011111011111111111001111010001110010001110110101111101111111110111001101100111001101111111111010111010100110010111000010111111010100110101010100000000010100000110001100111010100110...

Third Run Input

Clara
111000001011001001001100001010011010010000011000101101101110110110000000001010111011001101111000110010010011011101001011001110001100110100011100000000110100111000101000010110010100111000111000000000110111100101100110100111011010101010001100010011100100100000010000000001111100111011101010000001...

Third Run Output

82 32
36 96
69 8
55 17
38 1
73 22
46 5
31 21
8 63
19 84
68 65
25 49
37 18
80 28
43 13
54 82
27 3
2 25
27 6
50 40
72 28
49 9
45 67
49 5
32 46
37 78
56 19
34 22
47 91
77 19
62 85
38 23
71 26
58 13
95 51
34 36
57 66
6 41
32 55
56 78
19 25
58 95
11 30
66 34
41 51
29 13
62 70
75 72
34 66
19 63
62 31
66 8...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #3:

score: 100
Accepted
time: 3ms
memory: 4124kb

First Run Input

Alice
001000011000111111000111100101001100110110010111010010010010001110100100011010001100001110101111000111001010001111101100001011011011110110100101111111101011010010100001011100111000111001110111000010111000001011010010001101010101110011100101110010110100001111101001011001000010110010011010011100...

First Run Output

110111110011000000001110101011100110100100100011111001110000110100000100101110110100100100001001100001111000000001010111010100100010100111110001110010111110100010100000110000110101001000101101000001101101100001000010101110001100111011000010001101111001011010100010011000101011111001001000000110111011...

Second Run Input

Bob
10101010011110101101100000011001110001111110010001100000100100000000100001100011101011011110010010001011000101111000111011101010001010101001101001000011011101110100100001101100011011111000111011100101000101010000010001001101000010010101010111000000101100010000100010010110001000010100110001001111...

Second Run Output

001001101000000110111001000001011101111001111111000001001111111101111100101100010100110001100010011000000001010010110010000100010001011110101100000001011101100000000001000101110111101000001001100001001001001101100101001111111011011010110011101010100111000100000000010010111101100011111011000001010010...

Third Run Input

Clara
110111110011000000001110101011100110100100100011111001110000110100000100101110110100100100001001100001111000000001010111010100100010100111110001110010111110100010100000110000110101001000101101000001101101100001000010101110001100111011000010001101111001011010100010011000101011111001001000000110...

Third Run Output

77 52
95 72
63 51
68 14
100 99
84 13
72 18
69 95
71 33
19 22
96 58
3 84
10 54
53 100
24 98
42 76
32 29
2 55
74 86
95 52
34 5
33 61
15 86
45 37
8 21
94 76
71 50
9 90
40 27
9 88
56 57
28 83
46 5
8 53
20 56
13 3
73 22
6 69
39 13
6 67
1 34
11 62
69 9
68 56
45 71
7 27
31 76
40 22
71 8
29 76
10 39
1 83
54...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #4:

score: 100
Accepted
time: 3ms
memory: 4128kb

First Run Input

Alice
000000000110111100010000100100010011010001001101010110100000001101111101001101111100111011101000000100001000101100011010000110011001101101001001010111111000001001110000101010110100101111010010011101001000100001000100010000110110010111000000100011001111111100100100101110110100000001101110110101...

First Run Output

100101000010011101101001110110011110100000000000100100001101110111000101110001000001010110001010100011101100110011001100111111000100010100010111101110100011001000010100011111110011111010111111011100000110000100100110010110101110110010010001111000011000100010100001001010111010111001101111011110111101...

Second Run Input

Bob
00000011001111111001100001110110000000001100010100001001100100110010011100010110000101101000110100110011010011011000001101110100110110100011000101011111000111110111000010100101010111100001100000001011010111101111111111100100101010010011001111110000100000000110001100000011011110001110010011110011...

Second Run Output

000101010101100101001000101000101010000100101001101000011110000111001100001111011100011101111000000000100011011001111110011100101010011001111100111010001010101111001110010011110010110100101000001001111111110000001101000010010101000010101101111100000111110111111001100010111000100101100011000001101001...

Third Run Input

Clara
100101000010011101101001110110011110100000000000100100001101110111000101110001000001010110001010100011101100110011001100111111000100010100010111101110100011001000010100011111110011111010111111011100000110000100100110010110101110110010010001111000011000100010100001001010111010111001101111011110...

Third Run Output

34 61
36 56
22 7
100 39
65 10
51 73
36 12
64 5
89 64
30 83
60 2
65 89
68 48
49 87
73 15
62 38
87 43
39 32
50 50
88 56
68 56
1 75
5 99
16 10
67 49
18 71
26 51
98 36
69 74
15 81
88 87
33 80
38 12
22 41
10 21
66 25
41 99
5 3
37 87
29 68
71 7
48 95
92 58
57 50
13 29
96 39
26 71
95 24
78 64
45 63
35 3
98...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #5:

score: 100
Accepted
time: 3ms
memory: 4376kb

First Run Input

Alice
100001000101000000001001010101011111110000000111110110011111100101101101100000000001100000101111110111011011011111100100010100110100001101110111010100010000101101010100000010100100010011101111110111101101011111000001111001010000011001010000101011001111010011110010100111010000100111110110010001...

First Run Output

100000111100000010111100010101000110101111110011100001110110100101001000101111110111000001011101101101111010101000100100010110100100000000001110101001101100101011101011011111001110111000010000110001011100000000100111000000011101101101010011111000001101010001000011100010110001111101100001000110000001...

Second Run Input

Bob
00101010101010011010000110100111110000011011010010100110101000001111001111110000110000000010111110011110000000100101001110111011010011111100111111010101110101000100110101110111010100010110000110101111101100100010010111011111101100101100100011100100001010011011011111001001111010010100010011001000...

Second Run Output

111010010100011011100100111101010011100110001100100110001001101111111011010010010100000110001000011000101011111110000111101011010001001010011011100111111011110000101010011011010011110111110101110101110101110110010100001101001111010010111111011001001010000010001100011111111011001111110011110100010100...

Third Run Input

Clara
100000111100000010111100010101000110101111110011100001110110100101001000101111110111000001011101101101111010101000100100010110100100000000001110101001101100101011101011011111001110111000010000110001011100000000100111000000011101101101010011111000001101010001000011100010110001111101100001000110...

Third Run Output

82 39
94 70
90 50
38 100
47 20
56 9
88 52
32 77
49 71
78 14
65 95
24 7
63 16
62 58
22 10
30 18
21 9
30 61
54 11
58 59
25 67
55 68
3 59
86 68
96 42
72 55
37 62
99 69
27 89
12 31
57 72
40 68
16 76
91 7
70 7
72 32
47 23
1 39
29 68
50 55
54 39
85 54
60 1
32 78
3 15
16 51
97 63
32 66
90 46
89 50
69 6
27 ...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #6:

score: 100
Accepted
time: 2ms
memory: 4172kb

First Run Input

Alice
000110011011010000110110000001010011011001110011000000001101100010111101111001110110101001110011111101101000011000100110001101101010010110010000111110001110111111010001101001101000011111110010011111001001111110101001001011000000010101100010111001101001101100111011100111110011101101000100011110...

First Run Output

111000001001010110101110001100101101001000000001011000100110010111000001101001010001110001011100011011001111111000010011110110011101100000101111101000001011010110101100101011010101100001000111100111010111001111001011001111101000011110110000111101100010001111110000010010101100111100110000111111001111...

Second Run Input

Bob
00110110101101100000010111111100000101100011111111100011011000001010100011011000001010001111010100110000011111000001000000100100110000010010111010100101001010100110010010001001011001000100111010110111011110010001000111011010001101101000110111100110000011000100111011001100010011011010001011101010...

Second Run Output

110100111100011011010100000101001010100100111111001000010001111110101000011010101101111110101001001111000001011101010011101001110000101111011100011001010000011101001001000110100001111000011011101001111111000101000110101101011110010011010111001000110111001101111000110000101010001101001010000001001111...

Third Run Input

Clara
111000001001010110101110001100101101001000000001011000100110010111000001101001010001110001011100011011001111111000010011110110011101100000101111101000001011010110101100101011010101100001000111100111010111001111001011001111101000011110110000111101100010001111110000010010101100111100110000111111...

Third Run Output

6 12
11 67
4 23
5 83
60 66
14 80
87 68
87 83
16 47
45 18
96 44
99 38
28 33
40 84
68 24
25 24
27 71
88 76
45 18
64 57
44 53
82 53
28 7
1 49
10 39
18 39
64 3
6 60
10 97
23 66
55 12
74 78
73 23
53 66
41 81
72 81
58 56
97 15
32 17
29 87
54 37
92 68
27 26
60 64
61 20
84 37
24 91
23 64
29 99
84 94
89 38
2...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #7:

score: 100
Accepted
time: 3ms
memory: 4444kb

First Run Input

Alice
110011100001011110101111010010000100011111111100000111100010101101000101010101110100011001100010011111011000101000100001111000000001110011111000110001110110000110111100101000000100110101011011001011011011111111100000001000010001101000010101111110010010001000001010001001111100000100111000100100...

First Run Output

011101001000100111110011101111111111011101010111100010110111000000010100010011001010010011010010110111110101000110011101100011111010010101111100111001001100010100000000101001100010011110101000000011000000111111010101110111100010001000000011011010101111101100111110000100011001100001010000101110111100...

Second Run Input

Bob
11101101001000111010100111001010111000010111010010100011001000101011111101000000110111001111001010101000100011010101000001001000010000001111101110111010000000100011101000101001110001101010111111101111111010011101110110001010101000011011110001111010101110111001111111110110011000011100011010100000...

Second Run Output

010100111101111111100010000101100111010111110000000110101101111000111111001011010111010111001010111010100001101011011110101000110101100010111000000100111101011101110001011100010000110011011111011101100001011101001111111011110100101111100011110100111010100101101011010011000111000010010011110000110110...

Third Run Input

Clara
011101001000100111110011101111111111011101010111100010110111000000010100010011001010010011010010110111110101000110011101100011111010010101111100111001001100010100000000101001100010011110101000000011000000111111010101110111100010001000000011011010101111101100111110000100011001100001010000101110...

Third Run Output

86 33
73 42
70 55
67 49
5 16
36 92
3 94
34 67
73 88
50 80
82 100
88 1
80 1
45 60
93 87
53 70
28 72
16 40
48 30
41 76
96 57
29 85
82 33
79 87
16 8
92 26
16 29
100 46
25 96
62 36
11 6
39 95
2 73
42 100
43 51
65 52
27 13
17 77
82 29
43 31
10 95
89 50
11 50
21 96
14 68
65 22
83 12
98 94
58 3
20 22
25 2
...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #8:

score: 100
Accepted
time: 3ms
memory: 4132kb

First Run Input

Alice
001011110110011111111111110100101100111101100011110011000011101101101100000111010111101100001011010010100001000011000101111111000100100101010010111110101011111110010010100111001011110101101001101001101000010101011110101011001010011010100101010011110011010111011111110110110110100001000101011101...

First Run Output

110011011101001100111111110010110101101010111010101010101101000111101011101101011111100100001110001010000010110101010110101101000000001010000100000101111000010000011010001001101111001111001101000100110101001100010000110101101001001000000010001111001111100101111011100001010011011110110111111100011001...

Second Run Input

Bob
11000000110010101110010101111100000101011000100011011101101001111100011100010010001100100010111100101110110100101110001001011100110101000111101000001110001101001001010010111000001000000001101011000111010011101100100100110110000111100101011100010111011100100011111111001111101111100111110111111001...

Second Run Output

000010010000101101111011001010111001100010011001110000111001111100000110110100011101101010100110001010010011111011000010110000111101111100110011101010011110110010100001010110111101101100111000000010011110000111101110110110000010111011011010010111111011011101110100001010000010001001100001111001101011...

Third Run Input

Clara
110011011101001100111111110010110101101010111010101010101101000111101011101101011111100100001110001010000010110101010110101101000000001010000100000101111000010000011010001001101111001111001101000100110101001100010000110101101001001000000010001111001111100101111011100001010011011110110111111100...

Third Run Output

77 63
7 75
36 96
81 55
52 65
27 7
26 38
67 27
1 15
37 8
37 66
67 18
47 65
9 70
30 91
82 49
11 22
12 46
94 6
43 57
29 25
94 74
83 87
93 36
81 34
15 34
37 17
80 10
28 7
44 51
86 11
74 58
76 72
63 66
28 98
67 85
55 6
3 80
92 58
19 89
64 81
55 81
42 50
51 8
3 40
81 33
29 57
5 35
74 46
64 43
97 52
66 36
...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #9:

score: 100
Accepted
time: 2ms
memory: 4176kb

First Run Input

Alice
100000111110010010110011110000010000100011011011110001110001001000100101001111101001001000101011101100111100100001100011001111011001011101100001100010001000000010110011101011101000011110111110011111110111111101110110110001111011111010110000100110110011001110010000000011000101101110000101011110...

First Run Output

110100111101100010010000001011111100011110110101010100011101110011101101010110000001000000110101101101010111101000010110101110111101111111000100101000101000110011000000000011000001110001101011110100000100000001011000110000110011110111010000001000110110011111100100010011000001101100100010010011001001...

Second Run Input

Bob
00111101110110010110011010111100000000011111110010110110111111101101101111001100011000100010011010101101001110100000110010011100110101010001001101111011110101110000101101111001000011000111000110001101011110011101000001101011101101111001111111111101011111100110110010110000011100010000110000011101...

Second Run Output

101011001000111010000000010000111111100000111011111110110011111010000010000011101100101001100101111110110011101011111000101101110011010110101110010010100101011000101100011010000100010010011101100101101110111010101001111000111001101101110100100010111101111110100100010001000001000101010110101110011100...

Third Run Input

Clara
110100111101100010010000001011111100011110110101010100011101110011101101010110000001000000110101101101010111101000010110101110111101111111000100101000101000110011000000000011000001110001101011110100000100000001011000110000110011110111010000001000110110011111100100010011000001101100100010010011...

Third Run Output

9 40
31 4
25 82
30 20
36 34
20 7
20 21
100 4
15 57
31 33
85 58
39 43
85 56
52 25
93 31
25 29
69 80
48 69
48 20
67 25
66 19
14 95
8 44
29 78
88 94
31 98
39 60
47 41
31 86
88 44
82 76
37 34
86 60
77 7
57 77
21 62
59 95
92 83
61 13
66 21
1 77
64 63
25 5
73 90
61 12
82 87
41 72
68 66
4 65
52 86
60 91
28...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #10:

score: 100
Accepted
time: 2ms
memory: 4160kb

First Run Input

Alice
010101011111100111010011110011001110100000100001010110000111001001010101011110110100000001010010110011001001000100100111101101000000101101111001100100101110001000000101001000111010000100111010100001001111001101011010110111001101010100010101011111010011100100110110101101101111110000010110001000...

First Run Output

111000001110111100001011110110110100001100011010001010101000001000101111110001100100110001000111101001011011101000000110111111111101111000101000000101011001001111101100110011010001101110011110011011011000000001001001001000110101011001011001110011100001000100101101010010000000100101000100010010101001...

Second Run Input

Bob
00111001101110101101111001110100010110011000010110100100011111000111101011100100010001000111110110011010111000101001010111000011001001011101001111001110010110111110100001100111101110010010000111000010101101101000001001110101101111110000101011011011101011011000000111001001110100010100001001110100...

Second Run Output

111101010000110010001110110100011111010110001011111111000011011010010111000010010001100100000000110001011010001011100011100110011001011111110110000111100101011101000100100101100101110000111101101100110101100001011110001011101010001110111010111010011000000101010111001001010100110101100010100101111011...

Third Run Input

Clara
111000001110111100001011110110110100001100011010001010101000001000101111110001100100110001000111101001011011101000000110111111111101111000101000000101011001001111101100110011010001101110011110011011011000000001001001001000110101011001011001110011100001000100101101010010000000100101000100010010...

Third Run Output

99 87
20 86
69 95
71 71
8 89
72 98
21 82
16 52
100 39
66 25
58 61
11 9
41 53
99 32
54 40
50 26
44 25
64 28
49 75
20 96
49 79
34 15
31 50
40 94
41 69
10 83
60 35
28 86
89 45
7 80
89 13
33 30
58 32
91 56
7 53
58 40
4 14
20 13
35 34
15 61
98 79
50 26
40 39
42 73
21 67
58 26
84 1
29 73
7 37
40 74
34 87
...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #11:

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

First Run Input

Alice
111010101110011110010001100011100100110100011110101100110010001011001110110100111110001000111011101110101110011011011110100110011101100010010100101110000110101111111010011110001110111110101011001000110110010000010011010000010011110101000110101000101001000110111001000110011101011110110100010110...

First Run Output

011111010000000010111011000100001100101111001111001011011000011101010111000011010110001100010011101001100101100110001110110110100100101110011110000001101001100010101101000010100010100010110011101111110011010010000001100100111100000101011110011011011101100110100000000100111101010111101001000110111111...

Second Run Input

Bob
11010111100001001001010011001110011001010101011101100100110110011010011110010110010000001011111110000000101000100101010111100011101111000100000100001011111100010111001101001101000110100000011111110111001001000100101101110000100010110000100101001110011101011011010011010110110011010101011000011111...

Second Run Output

001101110000001110011100001110110111010000111100111001100011000111100000111110101110001111000011110110101101111001111101011011111011101010101111011000100001001111001111000001101110010010000110010110101000011000110110100000101110011100001011100101111001010111010100111111010111101110000011011111110000...

Third Run Input

Clara
011111010000000010111011000100001100101111001111001011011000011101010111000011010110001100010011101001100101100110001110110110100100101110011110000001101001100010101101000010100010100010110011101111110011010010000001100100111100000101011110011011011101100110100000000100111101010111101001000110...

Third Run Output

18 62
67 16
78 60
27 82
82 12
1 71
98 36
65 37
99 68
73 19
89 91
30 14
30 66
38 99
3 79
84 13
45 15
99 34
21 77
46 60
6 37
6 48
40 64
43 42
28 82
43 37
57 74
87 62
72 24
51 74
35 67
5 95
30 21
27 9
54 85
40 81
65 23
60 3
57 76
9 71
20 2
100 19
72 54
53 94
69 55
78 26
74 20
49 29
77 42
78 84
72 49
78...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #12:

score: 100
Accepted
time: 3ms
memory: 4440kb

First Run Input

Alice
011001100111001101011001000010001001000011000010010101011010011111100011100001100111100000011100010000101001101010101111100110010110000011100100100111100100111001110111000100000011001111001001101100000111000111101101011110000011011100100110001000001111001001100010000110010010110001100001011001...

First Run Output

011110001001000000001011101100011110110110100001110000000100011100000111101110000111000111010001000111111001111101001010000000110101100101111101111001011101011011010001000010101000110101000000011010000011000000111010100100111001100010101111100010011111110010100100100010011010100011100011000011100011...

Second Run Input

Bob
11011101001100001010010111110110011000011010011100111010111010111011101001110101010011111000100010010001001000111100100000111101100001111011101010110100001110101111011110000110111011011001011100101100010111010100101110001110001110000011001100001000111111101010011001101111101101111111001110111111...

Second Run Output

110101101101011111001111000111011101100100011110000111111110101001011110100101101000010011010011100111110001000000111010100000101100100100011011000000100101001011110101111101001011000010111001101010110101011110010101011110011110111010001101111000110110111010000110010000000101011110110101011001100011...

Third Run Input

Clara
011110001001000000001011101100011110110110100001110000000100011100000111101110000111000111010001000111111001111101001010000000110101100101111101111001011101011011010001000010101000110101000000011010000011000000111010100100111001100010101111100010011111110010100100100010011010100011100011000011...

Third Run Output

97 95
76 89
57 50
25 47
80 79
91 87
4 51
48 35
96 82
26 7
12 65
43 54
87 78
38 62
34 70
16 3
26 71
91 4
46 42
29 94
97 12
4 58
91 5
23 4
55 63
57 38
16 32
95 64
79 23
93 97
48 92
62 71
53 6
6 93
6 81
90 5
42 24
66 91
41 7
76 52
47 95
24 37
68 58
56 70
53 59
43 89
33 85
40 58
18 72
24 6
28 60
92 88
8...

Manager to Checker

OK
You answered 100 (out of 100) questions correctly

result:

ok OK

Test #13:

score: 0
Wrong Answer
time: 3ms
memory: 4228kb

First Run Input

Alice
010000111000110000011000110100000111000110010111010011100100100001010100000101101001001011000011000010110011001001111001011101100010010101010011010000100101101100011010111110100100001000000101111101000100001100100111110110100000010100100111100011100111100110101100110111001100001010110100110010...

First Run Output

101010101101011001010101001000001001000011111010100110001111110000000110000001010111010110001100010001011101100011000010011011111001000100001001011110100011110110001000011101010001000011000110101111110110001001100100011000111111100011100011111111100011011111111000111100111101111011111011100000010011...

Second Run Input

Bob
11101001001011000001010000011010000101110010010010100100010110011000000011001100111010000011011011100110011000100101110111011110100011110001110100101010101111001100010011111110010011010001110110001000101111101010010111100101101111000100001110000010010101011010000111110110110010000111101101100001...

Second Run Output

100011100100000100010110011100101111101100110100111011001110001011010101111100010010010101101100000010111111101101000010101001001111111011100011010111100011000000101011110011000001100011001010010110001010110000111001110000001111011101111111010100111100010110100000001100010001101010000011101110101000...

Third Run Input

Clara
101010101101011001010101001000001001000011111010100110001111110000000110000001010111010110001100010001011101100011000010011011111001000100001001011110100011110110001000011101010001000011000110101111110110001001100100011000111111100011100011111111100011011111111000111100111101111011111011100000...

Third Run Output

56 26
38 7
17 3
28 84
14 42
25 9
45 48
12 29
13 6
30 31
71 65
79 62
62 52
27 89
82 52
79 26
65 21
17 11
94 38
21 51
64 43
98 30
76 99
32 70
80 26
79 96
54 3
24 18
94 10
95 47
32 27
66 78
61 75
18 18
60 80
43 80
3 1
18 77
59 56
23 88
41 79
58 33
28 99
46 8
28 19
96 73
2 97
74 34
63 25
78 47
18 26
72 ...

Manager to Checker

WA
You answered 28 (out of 100) questions correctly

result:

wrong answer WA