Skip to content

Commit 27c3a73

Browse files
committed
🥺chore
1 parent df63a42 commit 27c3a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

abc177/a/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def make_list(n, *args, default=0): return [make_list(*args, default=default) fo
3737
sys.setrecursionlimit(1000000)
3838

3939
def main():
40-
N = I()
40+
D, T, S = LI()
41+
print("Yes" if D <= T * S else "No")
4142

4243
if __name__ == '__main__':
4344
main()

0 commit comments

Comments
 (0)