Skip to content

Commit 4dd2b52

Browse files
authored
转换成整数int类型,保证严谨性
1 parent ef3bc39 commit 4dd2b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NP36.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
a,b = input().split()
1+
a, b = map(int, input().split())
22
print(a>b)
33
print(a<b)

0 commit comments

Comments
 (0)