UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#212723#3830. Dchenhaoran0129ms1208kbC++222b2024-10-20 10:09:232024-10-20 12:39:42

answer

#include <bits/stdc++.h>
using namespace std;
int main()
{
    long long n , m , k;
    cin >> n >> m >> k;
    for(int i = 1;i <= n;i++)
    {
        int x;
        cin >> x;
    }
    cout << -1 << endl;
    return 0;
}

详细

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

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 5
Accepted
time: 0ms
memory: 1208kb

input:

5 2 0
1 4 2 4 2

output:

-1

result:

ok 1 number(s): "-1"

Test #2:

score: -5
Wrong Answer
time: 0ms
memory: 1208kb

input:

5 4 0
3 3 3 2 4

output:

-1

result:

wrong answer 1st numbers differ - expected: '4', found: '-1'

Subtask #2:

score: 0
Wrong Answer

Test #6:

score: 15
Accepted
time: 27ms
memory: 1208kb

input:

100000 3 0
55571 62024 7086 67802 12577 42004 72323 45260 40287 39641 64847 42428 20318 80027 1675 1...

output:

-1

result:

ok 1 number(s): "-1"

Test #7:

score: 0
Accepted
time: 27ms
memory: 1204kb

input:

100000 8 0
36036 57465 41887 17317 60373 61269 46492 67963 2549 76969 65274 49046 45876 28759 90924 ...

output:

-1

result:

ok 1 number(s): "-1"

Test #8:

score: -15
Wrong Answer
time: 25ms
memory: 1204kb

input:

100000 345779 0
77937 16610 76642 46218 97870 25174 72710 41405 46404 77129 58889 92261 62956 90112 ...

output:

-1

result:

wrong answer 1st numbers differ - expected: '33331', found: '-1'

Subtask #3:

score: 0
Wrong Answer

Test #11:

score: 0
Wrong Answer
time: 0ms
memory: 1204kb

input:

1000 1 1
993 705 891 648 406 9 983 913 370 408 607 47 85 199 767 448 723 255 253 302 754 135 641 726...

output:

-1

result:

wrong answer 1st numbers differ - expected: '1991', found: '-1'

Subtask #4:

score: 0
Wrong Answer

Test #16:

score: 0
Wrong Answer
time: 26ms
memory: 1204kb

input:

100000 4 1
10156 27005 39480 62054 63362 28009 65831 14391 93683 7991 17027 26313 1403 15929 30567 1...

output:

-1

result:

wrong answer 1st numbers differ - expected: '91939', found: '-1'

Subtask #5:

score: 0
Wrong Answer

Test #21:

score: 0
Wrong Answer
time: 0ms
memory: 1208kb

input:

1000 169 2
853 394 985 195 859 84 227 50 641 365 409 407 845 112 7 582 920 965 590 869 550 781 40 44...

output:

-1

result:

wrong answer 1st numbers differ - expected: '26', found: '-1'

Subtask #6:

score: 0
Wrong Answer

Test #26:

score: 0
Wrong Answer
time: 24ms
memory: 1204kb

input:

100000 31778 2
9482 16920 65207 41338 19891 97532 56865 946 56851 5908 19270 8065 53369 97241 69805 ...

output:

-1

result:

wrong answer 1st numbers differ - expected: '93', found: '-1'