题解 | #牛牛的逻辑运算#

牛牛的逻辑运算

https://www.nowcoder.com/practice/d1f6b7dd048f48c58d974553f0c5a3bc

import sys

a = input().split()
b = int(a[0])
c = int(a[1])
print(b and c)
print(b or c)
print(not b)
print(not c)

全部评论

相关推荐

01-03 09:21
已编辑
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务