ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1438. Time Limit Exceeded

I don't quite understand the operators 'and', 'or', 'xor', and 'not'
Posted by Ludovic 17 May 2006 11:06
are they the same as '&', '|', '^', '!' in C++?
Re: are they the same as '&', '|', '^', '!' in C++?
Posted by Burunduk1 17 May 2006 17:41
Yes.
Re: are they the same as '&', '|', '^', '!' in C++?
Posted by c0der 17 May 2006 20:47
"not" is equal to ~.