|
|
back to boardCommon Boardproblem 1104 Dear All, Could someone provide me with several test cases for problem 1104 (don't ask woman about her age), i can pass the sample test case but keep getting WA. I also make some by myself and my program also can pass them. Re: problem 1104 Please advise who has solve the problem ?. A1A means 10+1+10 or 10*100 + 1*10 + 10 or anything else. OK NOW > Please advise who has solve the problem ?. > A1A means 10+1+10 or 10*100 + 1*10 + 10 or anything else. OK NOW, IT's 10+1+10 Yes and No. It's A1A in n base number is 10*n^2 + 1*n^1 + 10. In this case, we can use 10+1+10 instead of that. |
|
|