编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#6456 #1082. 速算大师小 R Wrong Answer 0 196 ms 3672 K Python 3 / 216 B xiedada 2024-11-16 14:44:22
import sys,textwrap
sys.set_int_max_str_digits(301031)
s = str(2**int(input())-1)
print(len(s))
if len(s) < 500:
    s = (500-len(s))*'0' + s
else:
    s = s[-500:]
print(*tuple(textwrap.wrap(s,50)),sep='\n')
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:20 ms
内存:3608 KiB

输入文件(calculator0.in

29

答案文件(calculator0.out

9
00000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000
<421 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator1.in

40

答案文件(calculator1.out

13
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000
<422 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator2.in

38

答案文件(calculator2.out

12
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000
<422 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator3.in

57

答案文件(calculator3.out

18
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000
<422 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator4.in

999

答案文件(calculator4.out

301
00000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000
<423 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator5.in

777

答案文件(calculator5.out

234
00000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000
<423 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator6.in

638

答案文件(calculator6.out

193
00000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000
<423 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator7.in

191981

答案文件(calculator7.out

57793
37043631511832551985940428339432671387574409281795
83498751270460657402916553789345583706532
<425 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator8.in

70012

答案文件(calculator8.out

21076
11821930302572978271947318179247041024284823160000
76729356705200490301962595011848908183110
<425 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(calculator9.in

1000000

答案文件(calculator9.out

301030
62444600041932855783251617241085645011001036578193
2044662563145803751358661759583345107758
<426 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    sys.set_int_max_str_digits(301031)
AttributeError: module 'sys' has no attribute 'set_int_max_str_digits'

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1