0 Runtime Error

# 状态 分数 耗时 内存占用
#1 Runtime Error 0 Hangup 7ms 7.4 MiB
#2 Runtime Error 0 Hangup 7ms 7.5 MiB
#3 Runtime Error 0 Hangup 9ms 7.6 MiB
#4 Runtime Error 0 Hangup 9ms 7.5 MiB
#5 Runtime Error 0 Hangup 8ms 7.6 MiB
#6 Runtime Error 0 Hangup 9ms 7.5 MiB
#7 Runtime Error 0 Hangup 8ms 7.4 MiB
#8 Runtime Error 0 Hangup 7ms 7.5 MiB
#9 Runtime Error 0 Hangup 9ms 7.4 MiB
#10 Runtime Error 0 Hangup 7ms 7.4 MiB

代码

h = int(input())
s = int(input())
for i in h:
    if s > 0:
        print('u')
    if s<h:
        print('d')

信息

递交者
题目
LQ1071  水下探测器
比赛
蓝桥杯省赛历年真题
语言
Python 3
递交时间
5 个月前
评测时间
5 个月前
分数
0
总耗时
79ms
峰值内存
7.6 MiB