Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
115763 冯潇阳 能否被3和5整除 Python3 Accepted 36 MS 3756 KB 73 2025-04-04 11:04:42

Tests(1/1):


Code:

a=int(input()) if a%15==0: print("can") else: print("cannot")