Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5775 陈万瑄 判断3的倍数 C++ 解答错误 0 0 MS 248 KB 137 2020-08-15 08:39:23

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a%3==0) cout<<"yes"; else cout<<"no"; return 0; }


测评信息:

输入

2

输出

no

答案

No

系统信息

exit code: 0, checker exit code: 0