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 1877. Bicycle Codes

What is going wrong? (Python 2.7)
Posted by Erick Wilts 21 Jun 2014 17:36
lock1 = input()
lock2 = input()

if lock1 % 2 == 0 or lock2 % 1 == 1: print "yes"
else: print "no"



I got WA in testcase 3. Why could that be?

Edited by author 21.06.2014 17:45
Re: What is going wrong? (Python 2.7)
Posted by Hrishikesh Sathe 2 Jul 2014 20:56
Same error for me. Don't know the problem man. :(