UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#212204#3814. T4one_zero_four_zero0536ms1164kbC++11293b2024-10-13 14:43:462024-10-13 19:34:56

answer

#include<bits/stdc++.h>
using namespace std;

int T;
int opt, d, a, b;

int main(){
#ifndef ONLINE_JUDGE
	freopen("data.in", "r", stdin);
	freopen("data.out", "w", stdout);
#endif

	scanf("%d", &T);
	while (T --){
		scanf("%d %d %d %d", &opt, &d, &a, &b);
	}
	
	return 0;
}

详细

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

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

10
13 14 16 18 17 19 20 8 6 4
7 12 15 2 11 10 9 3 5 1
10
2 3
1 6
1 7
5 8
1 10
2 6
5 10
3 6
3 7
4 7

output:


result:

wrong answer Unexpected EOF in the participants output

Subtask #2:

score: 0
Wrong Answer

Test #17:

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

input:

15
29 20 30 4 9 2 24 19 17 25 18 28 21 6 23
26 10 27 3 8 1 14 15 11 16 12 22 7 5 13
10
8 14
5 15
9 1...

output:


result:

wrong answer Unexpected EOF in the participants output

Subtask #3:

score: 0
Wrong Answer

Test #30:

score: 0
Wrong Answer
time: 89ms
memory: 1160kb

input:

100000
200000 87337 190412 58171 10676 178924 155670 153538 106523 166320 196463 174807 19706 66971 ...

output:


result:

wrong answer Unexpected EOF in the participants output

Subtask #4:

score: 0
Wrong Answer

Test #39:

score: 0
Wrong Answer
time: 39ms
memory: 1160kb

input:

74998
147369 94378 68913 123990 65257 88482 116281 130255 78568 141536 99818 113372 26849 44703 9508...

output:


result:

wrong answer Unexpected EOF in the participants output

Subtask #5:

score: 0
Wrong Answer

Test #52:

score: 0
Wrong Answer
time: 20ms
memory: 1160kb

input:

71726
4 5 7 10 11 17 20 24 26 27 28 29 31 35 36 38 40 42 44 46 48 50 51 52 55 56 57 59 61 62 66 68 6...

output:


result:

wrong answer Unexpected EOF in the participants output

Subtask #6:

score: 0
Wrong Answer

Test #63:

score: 0
Wrong Answer
time: 42ms
memory: 1160kb

input:

82281
1042 1077 1434 1646 1653 1686 1695 1709 1890 1994 2024 2035 2062 2072 2124 2212 2220 2235 2333...

output:


result:

wrong answer Unexpected EOF in the participants output

Subtask #7:

score: 0
Wrong Answer

Test #78:

score: 0
Wrong Answer
time: 43ms
memory: 1164kb

input:

82558
126512 86112 114997 72735 152982 158440 165082 140323 163880 158215 70769 134792 94132 158947 ...

output:


result:

wrong answer Unexpected EOF in the participants output

Subtask #8:

score: 0
Wrong Answer

Test #88:

score: 0
Wrong Answer
time: 303ms
memory: 1164kb

input:

493564
729874 763930 874124 652080 923918 396618 625421 743552 914276 948530 741356 314261 268607 96...

output:


result:

wrong answer Unexpected EOF in the participants output