编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#29762 #2063. 海鲜八爪鱼VS小猴7 Wrong Answer 0 170 ms 3004 K Python 2 / 340 B C192022211913 2025-03-15 21:16:30
n, b, xh7 = map(int, input().split())
students = list(map(int, input().split()))
T = int(input())
for _ in range(T):
    l, r, v = map(int, input().split())
    for i in range(l - 1, r):
        students[i] += v
max_student = max(students)
if max_student >= xh7:
    print("3G win win!")
else:
    print("3G wanna win win")
    
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:15 ms
内存:2928 KiB

输入文件(test1.in

9 2 158
26 70 27 89 53 92 74 66 8
6
5 6 -4
1 8 2
5 8 -3
7 9 5
1 3 -2
4 9 -2

答案文件(test1.out

3G wanna win win

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    9 2 158
      ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test2.in

49 2 158
26 70 27 89 53 92 74 66 8 46 38 12 24 100 30 35 92 35 28 74 53 6 70 36 85 45 64 62 82 30 8
<288 bytes omitted>

答案文件(test2.out

3G wanna win win

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    49 2 158
       ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test3.in

91 67 172
72 90 71 26 28 71 6 58 77 68 94 2 56 99 86 25 15 36 37 54 32 18 72 16 38 20 17 7 98 42 30
<943 bytes omitted>

答案文件(test3.out

3G wanna win win

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    91 67 172
        ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test4.in

32 186 194
36 64 90 42 53 76 90 84 58 48 78 34 27 28 16 42 2 24 98 82 27 56 94 48 30 82 27 84 2 22 
<983 bytes omitted>

答案文件(test4.out

3G wanna win win

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    32 186 194
         ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test5.in

157146 167851002 301413358
336971126 659598370 160567227 391749389 4890853 35766292 26239574 473038
<1595587 bytes omitted>

答案文件(test5.out

3G win win!

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    157146 167851002 301413358
                   ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test6.in

65182 260983746 255370802
162536035 11951271 291815006 132311412 746986514 302469818 96790556 70175
<738647 bytes omitted>

答案文件(test6.out

3G win win!

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    65182 260983746 255370802
                  ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test7.in

32309 35212212 187762664
16262171 373702136 216443852 466796266 101877274 236884686 198373430 93734
<504422 bytes omitted>

答案文件(test7.out

3G win win!

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    32309 35212212 187762664
                 ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test8.in

200000 757149 167851002
301413358 336971126 659598370 160567227 391749389 4890853 35766292 26239574
<6776449 bytes omitted>

答案文件(test8.out

3G win win!

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    200000 757149 167851002
                ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test9.in

200000 189180434 119094263
234777188 565234657 323089474 390682726 305252786 182678938 424591742 18
<6775655 bytes omitted>

答案文件(test9.out

3G win win!

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    200000 189180434 119094263
                   ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test10.in

200000 99532526 234181142
100320052 127241122 942243178 247457954 769793172 248882953 33851162 2858
<6774597 bytes omitted>

答案文件(test10.out

3G wanna win win

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    200000 99532526 234181142
                  ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(test11.in

200000 757149 167851002
301413358 336971126 659598370 160567227 391749389 4890853 35766292 26239574
<5998633 bytes omitted>

答案文件(test11.out

3G wanna win win

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    n, b, xh7 = map(int, input().split())
  File "<string>", line 1
    200000 757149 167851002
                ^
SyntaxError: invalid syntax

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1