1 条题解

  • 1
    @ 2023-11-05 10:22:53

    6行切掉这道大模拟!

    a, b = input().split()
    a = int(a); b = int(b)
    CodeStr = str()
    for _ in range(a):
        CodeStr += input() + "\n"
    exec(CodeStr)
    

    其他大佬可以试一下C++切(((
    我做不到先撤了

  • 1

信息

ID
1034
难度
9
分类
模拟 点击显示
标签
递交数
7
已通过
2
通过率
29%
上传者