用户输出
New Folder
New Folder (2)
New Folder (3)
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#116952 | #1465. [L1-3] 新建文件夹 - 副本 (3) - 副本 - 副本 | Accepted | 100 | 87 ms | 2832 K | Python 3 / 827 B | Hensenber | 2025-04-21 11:19:31 |
string_1 = input()
string_2 = input()
str_2_1 = int(string_2.split()[0])
string_3 = input()
str_3_1 = int(string_3.split()[0])
print('New Folder')
if str_2_1 == 1:
print('New Folder (2)')
pass
elif str_2_1 == 2:
print('New Folder - Copy')
str_2_2 = int(string_2.split()[1])
if str_3_1 == 1:
if str_2_1 == 1:
print('New Folder (3)')
elif str_2_1 == 2:
print('New Folder (2)')
elif str_3_1 == 2:
str_3_2 = int(string_3.split()[1])
if str_3_2 == 1:
if str_2_1 == 1:
print('New Folder - Copy')
elif str_2_1 == 2:
print('New Folder - Copy (2)')
elif str_3_2 == 2:
if str_2_1 == 1:
print('New Folder (2) - Copy')
elif str_2_1 == 2:
print('New Folder - Copy - Copy')
用户输出
New Folder
New Folder (2)
New Folder (3)
系统信息
Exited with return code 0
用户输出
New Folder
New Folder (2)
New Folder - Copy
系统信息
Exited with return code 0
用户输出
New Folder
New Folder (2)
New Folder (2) - Copy
系统信息
Exited with return code 0
用户输出
New Folder
New Folder - Copy
New Folder (2)
系统信息
Exited with return code 0
用户输出
New Folder
New Folder - Copy
New Folder - Copy (2)
系统信息
Exited with return code 0