编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#26 #993. 汉诺塔问题 Wrong Answer 0 677 ms 3064 K Python 3 / 41 B admin 2023-10-11 23:46:04
s = int(input().split())
print((2**s)-1)
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:36 ms
内存:2804 KiB

输入文件(hanoi0.in

5

答案文件(hanoi0.out

31

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi1.in

4

答案文件(hanoi1.out

15

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi3.in

24

答案文件(hanoi3.out

16777215

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi4.in

22

答案文件(hanoi4.out

4194303

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi5.in

7

答案文件(hanoi5.out

127

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi6.in

29

答案文件(hanoi6.out

536870911

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi7.in

28

答案文件(hanoi7.out

268435455

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi8.in

14

答案文件(hanoi8.out

16383

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi9.in

8

答案文件(hanoi9.out

255

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi10.in

51

答案文件(hanoi10.out

2251799813685247

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi11.in

55

答案文件(hanoi11.out

36028797018963967

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi12.in

53

答案文件(hanoi12.out

9007199254740991

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi13.in

42

答案文件(hanoi13.out

4398046511103

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi14.in

51

答案文件(hanoi14.out

2251799813685247

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi15.in

31

答案文件(hanoi15.out

2147483647

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi16.in

59

答案文件(hanoi16.out

576460752303423487

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi17.in

58

答案文件(hanoi17.out

288230376151711743

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #18
Wrong Answer
得分:0
用时:37 ms
内存:3056 KiB

输入文件(hanoi18.in

46

答案文件(hanoi18.out

70368744177663

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi19.in

41

答案文件(hanoi19.out

2199023255551

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    s = int(input().split())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1