Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:10行代码有错吗?

Posted by glancer_bupt at 2010-03-03 21:44:10 on Problem 1067
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator