编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#24222 #1145. ddd 和渡渡鸟 Wrong Answer 0 390 ms 25132 K Python 3 / 81 B YangDavid 2020-04-22 22:35:39
from math import gcd
a, b = map(int, input().split())
print(a * b // gcd(a, b))
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:40 ms
内存:25004 KiB

输入文件(1.in

6 8

答案文件(1.out

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

用户输出

24

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

Exited with return code 0
测试点 #2
Wrong Answer
得分:0
用时:39 ms
内存:25124 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>

用户输出

40888

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

Exited with return code 0
测试点 #3
Wrong Answer
得分:0
用时:40 ms
内存:25004 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>

用户输出

30249114

Special Judge 信息

Wrong Answer | It can be proved impossible to get answer 30249114.

系统信息

Exited with return code 0
测试点 #4
Wrong Answer
得分:0
用时:41 ms
内存:25084 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>

用户输出

840061620

Special Judge 信息

Wrong Answer | It can be proved impossible to get answer 840061620.

系统信息

Exited with return code 0
测试点 #5
Wrong Answer
得分:0
用时:39 ms
内存:25004 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>

用户输出

2840623172

Special Judge 信息

Presentation Error | Expected int32, but "2840623172" found

系统信息

Exited with return code 0
测试点 #6
Wrong Answer
得分:0
用时:38 ms
内存:25008 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>

用户输出

1671718230

Special Judge 信息

Wrong Answer | Integer parameter [name=n] equals to 1671718230, violates the range [-1000000000, 1000000000]

系统信息

Exited with return code 0
测试点 #7
Wrong Answer
得分:0
用时:41 ms
内存:25132 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>

用户输出

4210056368

Special Judge 信息

Presentation Error | Expected int32, but "4210056368" found

系统信息

Exited with return code 0
测试点 #8
Wrong Answer
得分:0
用时:36 ms
内存:25132 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>

用户输出

600000

Special Judge 信息

Presentation Error | Unexpected end of file - int32 expected

系统信息

Exited with return code 0
测试点 #9
Wrong Answer
得分:0
用时:39 ms
内存:25028 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>

用户输出

89999700000

Special Judge 信息

Presentation Error | Expected int32, but "89999700000" found

系统信息

Exited with return code 0
测试点 #10
Wrong Answer
得分:0
用时:37 ms
内存:25132 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>

用户输出

89999700000

Special Judge 信息

Presentation Error | Expected int32, but "89999700000" found

系统信息

Exited with return code 0