QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#73063#5430. TriangeltalFISHER_100 ✓107ms9608kbC++14805b2023-01-21 19:50:302023-01-21 19:50:31

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-01-21 19:50:31]
  • 评测
  • 测评结果:100
  • 用时:107ms
  • 内存:9608kb
  • [2023-01-21 19:50:30]
  • 提交

answer

#include <bits/stdc++.h>
#define fi first
#define se second
using namespace std;
const int maxn = 500000;
int n;
pair<int, int> f[maxn + 5];
int ans[maxn + 5];
void print(int x, int y, bool flg) {
	for (int i = 1; i <= n; i++) {
		ans[f[i].se] = 3 - (i <= x) - (i <= y);
		if (flg) ans[f[i].se] = 4 - ans[f[i].se];
	}
	printf("YES\n");
	for (int i = 1; i <= n; i++) printf("%d", ans[i]);
}
int main() {
	scanf("%d", &n);
	for (int i = 1; i <= n; i++) scanf("%d", &f[i].fi), f[i].se = i;
	sort(f + 1, f + n + 1);
	int x = f[n].fi, y;
	if (x > n - 2) return printf("NO"), 0;
	if (y = x + f[x].fi; y < n && n - y >= f[y].fi) return print(x, y, 0), 0;
	for (x = 1, y = f[n].fi + 1; y < n; x++, y++)
		if (x >= f[y].fi && n - y >= f[x].fi) return print(x, y, 1), 0;
	printf("NO");
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 14
Accepted

Test #1:

score: 14
Accepted
time: 2ms
memory: 5548kb

input:

3
1 1 1

output:

YES
123

result:

ok Correct

Test #2:

score: 0
Accepted
time: 2ms
memory: 5508kb

input:

3
2 2 2

output:

NO

result:

ok Correct

Test #3:

score: 0
Accepted
time: 1ms
memory: 5552kb

input:

10
1 1 1 1 1 1 1 1 1 1

output:

YES
1233333333

result:

ok Correct

Test #4:

score: 0
Accepted
time: 0ms
memory: 5624kb

input:

10
3 3 3 3 3 3 3 3 3 3

output:

YES
1112223333

result:

ok Correct

Test #5:

score: 0
Accepted
time: 1ms
memory: 5580kb

input:

10
4 4 4 4 4 4 4 4 4 4

output:

NO

result:

ok Correct

Test #6:

score: 0
Accepted
time: 12ms
memory: 7912kb

input:

99999
33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 33333 ...

output:

YES
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111...

result:

ok Correct

Test #7:

score: 0
Accepted
time: 48ms
memory: 9444kb

input:

500000
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...

output:

YES
12333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333...

result:

ok Correct

Test #8:

score: 0
Accepted
time: 61ms
memory: 9356kb

input:

500000
166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666 166666...

output:

YES
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111...

result:

ok Correct

Test #9:

score: 0
Accepted
time: 48ms
memory: 9380kb

input:

500000
166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667 166667...

output:

NO

result:

ok Correct

Test #10:

score: 0
Accepted
time: 52ms
memory: 7468kb

input:

500000
500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000 500000...

output:

NO

result:

ok Correct

Subtask #2:

score: 16
Accepted

Test #11:

score: 16
Accepted
time: 2ms
memory: 5552kb

input:

3
1 1 1

output:

YES
123

result:

ok Correct

Test #12:

score: 0
Accepted
time: 2ms
memory: 5504kb

input:

3
1 2 2

output:

NO

result:

ok Correct

Test #13:

score: 0
Accepted
time: 2ms
memory: 5776kb

input:

9
3 3 3 3 3 3 3 3 3

output:

YES
111222333

result:

ok Correct

Test #14:

score: 0
Accepted
time: 0ms
memory: 5536kb

input:

10
2 3 1 4 3 1 4 3 4 2

output:

YES
1213213331

result:

ok Correct

Test #15:

score: 0
Accepted
time: 2ms
memory: 5552kb

input:

10
1 9 5 4 3 9 4 6 5 1

output:

NO

result:

ok Correct

Test #16:

score: 0
Accepted
time: 2ms
memory: 5800kb

input:

10
5 3 2 2 3 2 5 3 3 3

output:

YES
1233231222

result:

ok Correct

Test #17:

score: 0
Accepted
time: 2ms
memory: 5644kb

input:

10
5 1 1 1 1 5 5 1 5 4

output:

YES
3111133132

result:

ok Correct

Test #18:

score: 0
Accepted
time: 0ms
memory: 5780kb

input:

10
1 1 1 1 7 1 7 1 2 1

output:

YES
1111313121

result:

ok Correct

Test #19:

score: 0
Accepted
time: 2ms
memory: 5624kb

input:

10
3 3 3 2 5 3 2 5 2 2

output:

YES
2223123132

result:

ok Correct

Test #20:

score: 0
Accepted
time: 2ms
memory: 5516kb

input:

10
5 3 3 3 3 3 5 2 2 3

output:

NO

result:

ok Correct

Test #21:

score: 0
Accepted
time: 2ms
memory: 5676kb

input:

10
2 2 7 7 1 1 1 1 1 1

output:

NO

result:

ok Correct

Test #22:

score: 0
Accepted
time: 2ms
memory: 5628kb

input:

10
1 3 1 3 3 2 4 1 5 2

output:

YES
1212313131

result:

ok Correct

Test #23:

score: 0
Accepted
time: 0ms
memory: 5580kb

input:

3
1 2 2

output:

NO

result:

ok Correct

Subtask #3:

score: 11
Accepted

Test #24:

score: 11
Accepted
time: 2ms
memory: 5632kb

input:

4
1 1 1 1

output:

YES
1233

result:

ok Correct

Test #25:

score: 0
Accepted
time: 0ms
memory: 5548kb

input:

5
2 2 1 1 1

output:

YES
33112

result:

ok Correct

Test #26:

score: 0
Accepted
time: 2ms
memory: 5740kb

input:

3
3 1 1

output:

NO

result:

ok Correct

Test #27:

score: 0
Accepted
time: 93ms
memory: 9352kb

input:

500000
1 2 3 1 2 3 2 2 3 3 1 1 2 3 1 1 2 3 1 3 2 1 2 3 1 3 3 3 1 2 3 2 2 2 1 3 1 2 2 2 2 3 3 1 3 3 1 2 2 3 1 2 3 2 2 1 1 1 3 2 3 1 1 2 3 1 2 1 1 1 1 1 1 3 3 1 2 2 2 2 3 2 2 1 3 3 3 2 1 3 1 1 1 1 2 3 3 3 3 2 2 3 1 1 1 2 2 1 3 3 3 2 2 3 3 1 2 3 2 3 2 2 2 2 2 3 1 3 2 1 2 1 2 2 2 1 1 1 1 2 1 3 1 1 1 1 2...

output:

YES
13313333331233333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333...

result:

ok Correct

Test #28:

score: 0
Accepted
time: 2ms
memory: 5620kb

input:

9
3 3 3 3 3 3 3 3 3

output:

YES
111222333

result:

ok Correct

Test #29:

score: 0
Accepted
time: 70ms
memory: 9428kb

input:

500000
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...

output:

YES
12333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333...

result:

ok Correct

Test #30:

score: 0
Accepted
time: 2ms
memory: 5736kb

input:

8
3 3 3 3 3 3 3 3

output:

NO

result:

ok Correct

Test #31:

score: 0
Accepted
time: 2ms
memory: 5624kb

input:

8
2 2 3 2 3 2 1 3

output:

YES
11323213

result:

ok Correct

Test #32:

score: 0
Accepted
time: 2ms
memory: 5620kb

input:

6
1 2 3 2 2 1

output:

YES
321223

result:

ok Correct

Test #33:

score: 0
Accepted
time: 0ms
memory: 5800kb

input:

6
1 3 2 3 1 1

output:

YES
132311

result:

ok Correct

Test #34:

score: 0
Accepted
time: 2ms
memory: 5568kb

input:

6
2 2 1 1 3 3

output:

NO

result:

ok Correct

Subtask #4:

score: 23
Accepted

Dependency #2:

100%
Accepted

Test #35:

score: 23
Accepted
time: 2ms
memory: 5532kb

input:

3000
946 211 1053 111 456 1294 810 1329 967 1198 256 1323 97 1318 109 1436 778 460 277 78 1345 190 13 183 340 557 504 1183 1190 1049 174 362 1304 1001 843 1065 453 605 472 1418 1046 1478 353 843 1024 723 656 1099 921 1102 604 959 1434 1294 1295 541 635 739 516 908 1445 1380 832 1293 62 43 82 879 70 ...

output:

NO

result:

ok Correct

Test #36:

score: 0
Accepted
time: 3ms
memory: 5552kb

input:

3000
30 556 623 1011 135 983 737 231 804 760 1071 646 296 540 689 934 410 391 393 488 200 830 396 592 154 605 880 400 368 653 1080 898 529 881 250 1088 325 881 877 38 482 435 265 426 351 569 1013 503 855 636 1073 363 307 81 322 59 457 240 923 101 551 359 614 546 283 353 849 519 424 793 574 918 412 6...

output:

YES
13331331333312332112131313321333231313312212133233311111213131331132233323233333333333321331112323333323311231131333111311131121233132331123131133333221313133112113133233323111133123111331132113131331321333311313313133333333311232223233131121313321323213312331332313133331112333332222211313311111...

result:

ok Correct

Test #37:

score: 0
Accepted
time: 0ms
memory: 5716kb

input:

3000
1936 2558 2469 2070 19 603 1655 1032 2508 75 1532 1671 209 2848 338 2834 2846 205 2895 1944 480 1394 1867 265 1473 1032 1332 1979 77 551 2748 185 1609 1762 1507 1972 1684 2605 396 2722 486 1967 670 2018 2934 2015 2215 308 911 604 1788 15 203 2772 2449 2791 2458 2100 1055 2862 740 258 1343 2672 ...

output:

NO

result:

ok Correct

Test #38:

score: 0
Accepted
time: 3ms
memory: 5568kb

input:

3000
1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 ...

output:

YES
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111...

result:

ok Correct

Test #39:

score: 0
Accepted
time: 3ms
memory: 5516kb

input:

3000
500 1000 500 500 1000 500 1000 1000 1500 1000 1000 1000 1000 500 1500 1000 1000 1500 1000 500 1000 1000 1500 1000 500 1000 1000 1000 500 1000 1500 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 500 1500 500 500 1500 500 1000 1000 500 500 1000 500 1000 500 1500 1000 500 500 500 1500 1000 500 1...

output:

YES
32332322122223122123221232223212222223222313313223323231233312322223213232221233222213222222322221231323232123333221323223332121322222333231213222222122131122122313322321232222332323221121322123133123313122223233323232311222321213123222231223232233223322232323322232311122312132332231323133211313...

result:

ok Correct

Test #40:

score: 0
Accepted
time: 3ms
memory: 5604kb

input:

3000
1000 1500 1500 1000 1000 1000 500 500 500 1000 500 500 500 1500 1500 1000 1500 1500 1500 500 1500 1000 500 500 500 1500 1500 500 500 1000 1000 500 1000 1500 500 1500 1500 1000 500 500 1500 500 1500 500 1500 500 1500 500 1500 1000 500 500 500 500 1500 500 1000 500 1500 1000 1000 500 1500 500 100...

output:

YES
23322211121113323331321113311221231332113131313132111131213221312131111313333221133313121121311331112123133121131113232331211211111211333212311313313111311321233332111221322112111131133111121223111113111112313111131211132112331221112131313133112233333211321331211121121111331121331331111311123212...

result:

ok Correct

Test #41:

score: 0
Accepted
time: 2ms
memory: 5512kb

input:

3000
1500 500 500 1500 1000 1500 500 500 1000 1500 1500 1000 500 1500 1500 1000 1500 500 500 1000 1500 1500 500 1000 1000 1000 500 1000 1500 500 1500 1000 1500 500 1500 1500 500 500 500 1500 1000 500 1500 500 500 500 500 1500 1500 500 1500 500 500 500 500 500 500 1500 500 1500 1500 1500 1000 1500 15...

output:

NO

result:

ok Correct

Test #42:

score: 0
Accepted
time: 2ms
memory: 5516kb

input:

3000
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2...

output:

YES
22222222222222222222222222222222222232222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222...

result:

ok Correct

Test #43:

score: 0
Accepted
time: 0ms
memory: 5784kb

input:

3000
1000 999 1001 1001 999 1001 999 999 1001 999 1000 999 1001 999 1000 1000 1000 1000 1001 1001 1001 999 1000 1000 1001 1001 1000 1000 1001 1000 1000 1000 1001 1001 1001 999 999 999 999 1001 1001 1001 1000 1000 999 1000 1001 999 999 1000 1000 999 999 999 1001 1001 1000 1000 1001 1001 1000 1001 100...

output:

YES
21331311312131222233312233223222333111133322123112211133223323211232311132221121322221113233113231221132131212122313331332213132232212313113121313313331113312232233112232331311133221213132223332332323232313322321132223231322332211331213332123131121213233213123332232112121321223311322323213213332...

result:

ok Correct

Test #44:

score: 0
Accepted
time: 2ms
memory: 5556kb

input:

3000
1000 999 999 999 1001 1000 1000 1000 999 999 1001 999 999 1001 999 1000 999 1001 999 1001 1001 1001 1000 1001 1001 1000 1000 999 999 999 1000 1000 999 1000 1001 1001 999 1001 1001 999 999 1001 1000 999 999 1001 1001 1001 1000 1000 999 999 1001 1000 1001 1001 1001 999 1000 1000 999 1001 1001 100...

output:

NO

result:

ok Correct

Test #45:

score: 0
Accepted
time: 3ms
memory: 5816kb

input:

3000
500 1500 500 500 1000 1500 500 1500 1500 500 500 500 500 500 500 1500 1500 1500 1000 500 500 500 500 1500 500 1000 1500 1500 500 1500 1500 1500 1000 1000 500 1500 499 1499 500 1500 1500 500 500 1500 500 500 1500 500 1500 500 1500 500 500 1000 1500 1000 500 1500 500 500 1500 1500 500 1500 1500 1...

output:

YES
13112313311111133321111312331333221313133113113131311232131133133323311313131111112111311322133311112132313111333132122331332132211213133313131132313211232123231312313332313311331133133133133311322131131111331111111311113212221233113123111221333111113311133311121131133331132213111121312331131112...

result:

ok Correct

Subtask #5:

score: 36
Accepted

Dependency #1:

100%
Accepted

Dependency #2:

100%
Accepted

Dependency #3:

100%
Accepted

Dependency #4:

100%
Accepted

Test #46:

score: 36
Accepted
time: 71ms
memory: 7364kb

input:

500000
206683 149403 100051 60566 227661 69324 153148 193329 149233 122123 124155 164163 59896 22307 28638 207076 24957 82961 1746 143886 28313 235247 244761 105363 209301 66751 117250 192245 31513 34908 108799 26754 131274 51174 105538 192566 221101 194910 29614 234984 209439 94073 101334 31990 102...

output:

NO

result:

ok Correct

Test #47:

score: 0
Accepted
time: 70ms
memory: 8908kb

input:

500000
367492 384999 184260 21161 109059 497007 230955 188722 321918 306008 478775 360059 446071 58076 373158 53590 245847 372793 127111 186065 295913 87452 4873 286811 228106 33698 196763 136804 432997 142517 304362 178726 228588 2667 475749 184954 6453 11587 351759 314058 435152 410402 229442 1215...

output:

NO

result:

ok Correct

Test #48:

score: 0
Accepted
time: 63ms
memory: 8836kb

input:

300000
100000 100000 100000 100000 100000 100000 50000 100000 100000 150000 100000 100000 100000 100000 150000 50000 50000 100000 100000 50000 150000 50000 150000 50000 100000 150000 50000 100000 50000 100000 100000 50000 50000 150000 100000 50000 100000 100000 50000 50000 50000 50000 100000 50000 1...

output:

YES
22222232212222133223131321323223312322333323222332113333332223333323322221333232212222222123332122221323232312222313122222122322122222123223231233332321213222231213132122222312232123233223231132231231222222132323221333322222223323221223133223223221322221311322113221232123213213223332233222312322...

result:

ok Correct

Test #49:

score: 0
Accepted
time: 58ms
memory: 8180kb

input:

300000
50000 150000 50000 50000 50000 50000 50000 150000 50000 50000 100000 150000 150000 50000 50000 150000 50000 150000 100000 150000 150000 100000 50000 100000 50000 50000 50000 150000 50000 50000 150000 50000 50000 100000 50000 150000 50000 150000 150000 150000 100000 150000 50000 50000 50000 15...

output:

YES
13111113112331131323321211131131121313332311132111333111333321133223131131311111312133333333311231233313211133331131313311111131113111121233131332333311331213311113333121121312112233223313211321133111131313121221131113113231131322113311332311111231333112313311311311123113111211331313311331132113...

result:

ok Correct

Test #50:

score: 0
Accepted
time: 49ms
memory: 7548kb

input:

300000
100000 100000 150000 150000 150000 150000 150000 50000 50000 100000 150000 50000 150000 50000 150000 150000 50000 150000 50000 50000 150000 150000 50000 50000 50000 150000 50000 150000 150000 50000 50000 50000 50000 50000 150000 100000 150000 50000 150000 150000 50000 50000 50000 100000 50000...

output:

NO

result:

ok Correct

Test #51:

score: 0
Accepted
time: 76ms
memory: 9608kb

input:

500000
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...

output:

YES
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111...

result:

ok Correct

Test #52:

score: 0
Accepted
time: 57ms
memory: 7668kb

input:

500000
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...

output:

NO

result:

ok Correct

Test #53:

score: 0
Accepted
time: 80ms
memory: 9604kb

input:

500000
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3...

output:

YES
22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222...

result:

ok Correct

Test #54:

score: 0
Accepted
time: 107ms
memory: 9400kb

input:

500000
199998 199997 199999 209997 210000 200000 199996 209998 89998 89999 199997 199997 90000 199998 199999 200000 199998 199999 199996 90000 209999 209998 210000 199997 209997 199999 199998 89999 89998 199997 199997 199999 209999 89997 199993 89998 199999 199994 199998 89999 200000 89996 90000 199...

output:

YES
22211221332232222223111212233222132322232332221332213323123323331212112122323232222113333232222223221113312332123323122231133133222313322112332333222333323331322122332332233221312213123313212212232233222321222222322233321232132223232312332232311133313333123332222232212212122323323333121222313231...

result:

ok Correct

Test #55:

score: 0
Accepted
time: 106ms
memory: 9316kb

input:

500000
166665 166662 166665 166667 166667 166666 166668 166668 166666 166661 166663 166665 166662 166664 166668 166661 166666 166664 166663 166668 166668 166663 166666 166663 166667 166664 166664 166665 166662 166665 166665 166666 166666 166665 166666 166666 166667 166665 166664 166662 166664 166666...

output:

YES
21233233211211312113312131121222222232111231121223131123231122223121121112213133122312111311222113131223221312211212131232223311221222221322211321112321122111311112113222322122231211211221123111131111211232121112111311231321313122111211111113113122123211213322221211131222213112132122222121321131...

result:

ok Correct

Test #56:

score: 0
Accepted
time: 70ms
memory: 9252kb

input:

500000
166665 166667 166668 166667 166665 166668 166667 166667 166667 166665 166667 166668 166667 166668 166667 166665 166668 166665 166668 166668 166668 166668 166668 166668 166667 166665 166668 166667 166665 166667 166667 166667 166667 166665 166668 166667 166668 166668 166668 166667 166668 166668...

output:

NO

result:

ok Correct

Test #57:

score: 0
Accepted
time: 66ms
memory: 9428kb

input:

500000
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...

output:

YES
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111...

result:

ok Correct

Test #58:

score: 0
Accepted
time: 106ms
memory: 9440kb

input:

500000
105760 146693 34690 104825 6922 17354 103212 144121 33617 81313 164032 130487 100630 158246 8488 124407 35495 106959 43994 100600 35203 38928 27734 64937 161032 141580 116349 103127 4453 107878 5083 74005 27689 7927 45133 120683 158637 2287 143724 31016 72851 47984 143175 108872 126393 151063...

output:

YES
33131133133333131313111233331312111331312133333331133311321333311221123331333332232112313131111213133132133133311331331132321333333113332331112333333333333313311313233333311223211131132313333333233313311333333211313313323133312131233313113133111311133122313112132123333133331133133313113333332231...

result:

ok Correct