| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
10行代码有错吗?#include<iostream>
using namespace std;
int main()
{
int m,n;
while (cin>>m>>n)
{
cout<<!((m|n)%2)<<endl;
}
return 0;
}
必胜策略可分析2进制得出该结论,运行没问题,求高手
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator