编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#3155 #1006. 超级强迫症 Wrong Answer 0 499 ms 2832 K Python 3 / 161 B s230034010 2023-11-25 14:02:21
def check_chopsticks_equal(lengths):
    unique_lengths = set(lengths)
    if len(unique_lengths) == 1:
        return "Yes"
    else:
        return "No"
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:23 ms
内存:2832 KiB

输入文件(00_sample_00.in

3
3 2 4

答案文件(00_sample_00.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #2
Wrong Answer
得分:0
用时:34 ms
内存:2788 KiB

输入文件(00_sample_01.in

4
3 3 3 3

答案文件(00_sample_01.out

Yes

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #3
Wrong Answer
得分:0
用时:36 ms
内存:2740 KiB

输入文件(00_sample_02.in

10
73 8 55 26 97 48 37 47 35 55

答案文件(00_sample_02.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #4
Wrong Answer
得分:0
用时:35 ms
内存:2816 KiB

输入文件(01_random_03.in

100
5 17 62 2 60 23 99 73 34 75 7 46 82 84 29 41 32 31 52 32 60 51 95 37 1 68 48 35 18 1 68 26 27 11
<193 bytes omitted>

答案文件(01_random_03.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #5
Wrong Answer
得分:0
用时:34 ms
内存:2784 KiB

输入文件(01_random_04.in

100
69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 
<204 bytes omitted>

答案文件(01_random_04.out

Yes

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #6
Wrong Answer
得分:0
用时:34 ms
内存:2812 KiB

输入文件(01_random_05.in

100
93 38 93 93 93 93 38 38 93 38 93 38 38 93 38 93 93 38 93 93 38 38 93 93 38 93 38 93 93 38 93 93 
<204 bytes omitted>

答案文件(01_random_05.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #7
Wrong Answer
得分:0
用时:36 ms
内存:2796 KiB

输入文件(01_random_06.in

36
34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 3
<11 bytes omitted>

答案文件(01_random_06.out

Yes

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #8
Wrong Answer
得分:0
用时:21 ms
内存:2780 KiB

输入文件(01_random_07.in

59
97 97 40 40 97 97 97 40 97 40 97 40 97 97 40 97 40 97 40 40 40 40 40 40 97 97 97 97 40 97 40 40 9
<80 bytes omitted>

答案文件(01_random_07.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #9
Wrong Answer
得分:0
用时:33 ms
内存:2788 KiB

输入文件(01_random_08.in

70
81 81 15 81 81 81 15 92 15 92 81 81 92 92 81 15 81 15 92 81 92 92 15 15 92 15 92 92 81 15 15 81 9
<113 bytes omitted>

答案文件(01_random_08.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #10
Wrong Answer
得分:0
用时:36 ms
内存:2816 KiB

输入文件(01_random_09.in

49
49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 4
<50 bytes omitted>

答案文件(01_random_09.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #11
Wrong Answer
得分:0
用时:31 ms
内存:2832 KiB

输入文件(01_random_10.in

21
21 21 21 21 2 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21

答案文件(01_random_10.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #12
Wrong Answer
得分:0
用时:35 ms
内存:2748 KiB

输入文件(01_random_11.in

19
19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19

答案文件(01_random_11.out

Yes

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #13
Wrong Answer
得分:0
用时:24 ms
内存:2728 KiB

输入文件(01_random_12.in

31
100 100 100 100 100 19 100 100 19 19 19 100 100 19 19 100 19 19 100 19 19 19 19 100 100 19 100 10
<13 bytes omitted>

答案文件(01_random_12.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #14
Wrong Answer
得分:0
用时:32 ms
内存:2804 KiB

输入文件(01_random_13.in

26
100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1
<7 bytes omitted>

答案文件(01_random_13.out

Yes

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #15
Wrong Answer
得分:0
用时:24 ms
内存:2796 KiB

输入文件(01_random_14.in

2
2 2

答案文件(01_random_14.out

Yes

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #16
Wrong Answer
得分:0
用时:31 ms
内存:2768 KiB

输入文件(01_random_15.in

2
3 2

答案文件(01_random_15.out

No

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0