编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#3519 #1009. 完蛋!我被数字包围了 Wrong Answer 0 1075 ms 2868 K Python 3 / 295 B s230034010 2023-11-25 15:31:54
N = int(input())
S = map(input(), list)
from itertools import permutations
def permutation1(S, N):
    if N and N <= len(S) :
        return permutations(S, N)
    if not N :
        return permutations(S)
if __name__ == '__main__' :
    per = list(permutation1(S))
    print(len(per))
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:18 ms
内存:2840 KiB

输入文件(00_sample_00.in

4
4320

答案文件(00_sample_00.out

2

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(00_sample_01.in

3
010

答案文件(00_sample_01.out

2

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(00_sample_02.in

13
8694027811503

答案文件(00_sample_02.out

840

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_03.in

13
9552424132206

答案文件(01_random_03.out

101

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_04.in

8
79842546

答案文件(01_random_04.out

3

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_05.in

1
4

答案文件(01_random_05.out

1

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_06.in

13
2541267095625

答案文件(01_random_06.out

150

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_07.in

13
5313330586261

答案文件(01_random_07.out

13

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_08.in

13
9449526952468

答案文件(01_random_08.out

16

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_09.in

13
8255468813679

答案文件(01_random_09.out

149

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_10.in

13
8807605064100

答案文件(01_random_10.out

73

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_11.in

13
3765645204295

答案文件(01_random_11.out

76

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_12.in

13
4113908858052

答案文件(01_random_12.out

117

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_13.in

10
5167822254

答案文件(01_random_13.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_14.in

9
087868610

答案文件(01_random_14.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_15.in

5
90862

答案文件(01_random_15.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_16.in

13
5386945203386

答案文件(01_random_16.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_17.in

13
4364339578099

答案文件(01_random_17.out

27

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_18.in

13
4585596001561

答案文件(01_random_18.out

18

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_19.in

13
3304323120012

答案文件(01_random_19.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_20.in

13
0902132039236

答案文件(01_random_20.out

13

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_random_21.in

13
6752547237253

答案文件(01_random_21.out

6

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #23
Wrong Answer
得分:0
用时:27 ms
内存:2760 KiB

输入文件(01_random_22.in

13
4727717956003

答案文件(01_random_22.out

41

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #24
Wrong Answer
得分:0
用时:23 ms
内存:2840 KiB

输入文件(02_max_23.in

13
4973410265850

答案文件(02_max_23.out

833

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_24.in

13
8603613902475

答案文件(02_max_24.out

781

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_25.in

13
1739086240590

答案文件(02_max_25.out

745

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_26.in

13
5938217206146

答案文件(02_max_26.out

735

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_27.in

13
1028700904536

答案文件(02_max_27.out

733

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_28.in

13
9999999999999

答案文件(02_max_28.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #30
Wrong Answer
得分:0
用时:24 ms
内存:2840 KiB

输入文件(02_max_29.in

13
9999159999039

答案文件(02_max_29.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_30.in

13
3960999999996

答案文件(02_max_30.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_31.in

13
9799799999932

答案文件(02_max_31.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #33
Wrong Answer
得分:0
用时:26 ms
内存:2800 KiB

输入文件(02_max_32.in

13
9379997999999

答案文件(02_max_32.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_33.in

13
8915991999999

答案文件(02_max_33.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_34.in

13
4099999399999

答案文件(02_max_34.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(02_max_35.in

13
3999998999956

答案文件(02_max_35.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_36.in

1
0

答案文件(03_small_36.out

1

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_37.in

1
1

答案文件(03_small_37.out

1

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_38.in

1
2

答案文件(03_small_38.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #40
Wrong Answer
得分:0
用时:26 ms
内存:2764 KiB

输入文件(03_small_39.in

1
3

答案文件(03_small_39.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_40.in

1
4

答案文件(03_small_40.out

1

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_41.in

1
5

答案文件(03_small_41.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_42.in

1
6

答案文件(03_small_42.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_43.in

1
7

答案文件(03_small_43.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_44.in

1
8

答案文件(03_small_44.out

0

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(03_small_45.in

1
9

答案文件(03_small_45.out

1

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    S = map(input(), list)
TypeError: 'type' object is not iterable

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1