Thanks a lot!!! I hadn't thought about that input! I finally solved it! Thanks!
I have posted a similar problem about the #10476... If you could take a look...
I had tried your input in my program. (The Judge accepted it). I hope it helps you. My output is:
CASE 1: 11+19+2 CASE 2: 79 CASE 3: No Solution. CASE 4: 11+31+37 CASE 5: 11+13+2+53 CASE 6: No Solution. CASE 7: 11+89 CASE 8: No Solution. CASE 9: No Solution. CASE 10: 131+283+293+293 CASE 11: 131+2 ...
I'm trying to solve the problem 680 but I allways get WA!! I had tried a lot of inputs and I thing the solution is correct for all of them!! If anybody could send me some input I would be very pleased to him!! I send my code:
/* @JUDGE_ID: 43000WT 680 C++ */ #include <iostream>