做了好几遍,一直80分,我不理解
查看原帖
做了好几遍,一直80分,我不理解
559423
sunzhenghao楼主2021/12/16 19:52
#include<iostream>
using namespace std;
int main()
{
	long long int x;
	cin>>x;
	if(x%4 == 0)
		cout<<1;
	else 
		cout<<0;
	return 0;
} 
2021/12/16 19:52
加载中...