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 1003. Parity

Phan Hoài Nam - Đại học Ngoại ngữ Tin Học TP.HCM Hint for this problem ! [1] // Problem 1003. Parity 30 Jun 2010 10:07
There are only one trick in this problem, it's the position of the first and last digit, the first position can be smaller 0 and the last position can be larger than the length, so you can consider the following segment of code:

if(first<0 || last > 0)
{
//stop the code and print output
}
Trần Vũ Re: Hint for this problem ! // Problem 1003. Parity 17 Oct 2012 21:00
Chào A!E mới hoc lập trình C.code mãi bài 1106. Two Teams mà vẫn con sai mấy trường họp...:(( a gui code cho e bài dấy dc ko thanks A!
Email:phuongvut8@gmail.com

Edited by author 17.10.2012 21:01

Edited by author 17.10.2012 21:01