这题有bug,单用4整除都能过,

Eric  •  1年前


include

using namespace std; int main() {int a; cin>>a; if(a%4==0) cout<<"yes"; else cout<<"no"; }

这题有bug,单用4整除都能过,


评论:

请先登录,才能进行评论