if you uncomment my previous code, there will be blank line.
i forgot to uncomment, sorry, but thanks for reply.
exactly i ve tried 3 possibilities, lets the last output is: Case #5: The maximum product is 54.
1.
Case #5: The maximum product is 54. <-- end of output
2.
Case #5: The maximum product is 54.
<-- end of output
3.
Case #5: The maximum product is 54.
<ENTER>
<-- end of output
but all of them is WA, so maybe something is wrong with the calculation, but i dont find the error, the program generates good answer all the sample from this topic and all the sample what i created
(sorry for my english.)
here is the original code (WA) :
Code: Select all
removed after AC