编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#24250 #1145. ddd 和渡渡鸟 Wrong Answer 0 2468 ms 100176 K Python 3 / 188 B YangDavid 2020-04-23 10:14:26
from math import gcd
from random import randint as ri
a, b = map(int, input().split())
print(a + b - gcd(a, b) - 1)
print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:231 ms
内存:41424 KiB

输入文件(1.in

6 8

答案文件(1.out

11
1 -5 1 -5 1 9 1 -5 1 -5 1 

用户输出

11

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(2.in

269 152

答案文件(2.out

419
36 36 36 36 36 36 36 36 36 36 -385 36 36 36 36 36 36 36 36 36 36 36 -385 36 36 36 36 36 36 36 36
<1231 bytes omitted>

用户输出

419

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(3.in

4494 6731

答案文件(3.out

11223
3929 -7296 3929 3929 -7296 3929 3929 -7296 3929 3929 -7296 3929 3929 -7296 3929 3929 -7296 392
<59949 bytes omitted>

用户输出

11223

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(4.in

95679 79020

答案文件(4.out

174689
1 1 1 1 1 1 1 1 -46349 1 1 1 1 1 1 1 1 -46349 1 1 1 1 1 1 1 1 128350 1 1 1 1 1 1 1 1 -46349 1
<446330 bytes omitted>

用户输出

174689

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(5.in

151274 37556

答案文件(5.out

188827
1 -51075 1 -51075 1 137755 1 -51075 1 -51075 1 -51075 1 137755 1 -51075 1 -51075 1 -51075 1 1
<849626 bytes omitted>

用户输出

188827

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(6.in

17290 193374

答案文件(6.out

210661
1 -33215 1 -33215 1 -33215 1 -33215 1 -33215 1 177449 1 -33215 1 -33215 1 -33215 1 -33215 1 -
<947879 bytes omitted>

用户输出

210661

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(7.in

119441 246736

答案文件(7.out

366169
1 1 1 1 1 1 -102157 1 1 1 1 1 1 -102157 1 1 1 1 1 1 264020 1 1 1 1 1 1 -102157 1 1 1 1 1 1 -1
<1031507 bytes omitted>

用户输出

366169

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(8.in

300000 200000

答案文件(8.out

399999
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
<799921 bytes omitted>

用户输出

399999

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(9.in

300000 299999

答案文件(9.out

599997
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
<1199907 bytes omitted>

用户输出

599997

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

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

输入文件(10.in

299999 300000

答案文件(10.out

599997
-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 
<1799902 bytes omitted>

用户输出

599997

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 5, in <module>
    print(' '.join([ri(-10**9, 10**9) for i in range(a+b-gcd(a, b)-1)]))
TypeError: sequence item 0: expected str, int found

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

Exited with return code 1