| ||||||||||
| 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 | |||||||||
Re:10行代码有错吗?In Reply To:10行代码有错吗? Posted by:a619303540 at 2009-04-12 16:21:11 疑问:
(m|n)%2: m,n同时为偶时,为0,else为1,这和题有关系?
> #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