1 条题解
-
0周冠杰@苏州湾 (Jerry200816) LV 9 @ 2021-02-15 17:38:00
#include <iostream>
using namespace std;
int main()
{
int x;
cin>>x;
if(x%4==0)
cout<<"No"<<endl;
else
cout<<"Yes"<<endl;
return 0;
}
- 1
信息
- 难度
- 3
- 分类
- (无)
- 标签
- (无)
- 递交数
- 59
- 已通过
- 31
- 通过率
- 53%
- 被复制
- 6
- 上传者