For example, When we output
It's may be transformed.123456789
( The answer may be not correct. Just for example )1.2E8
Unluckily, the output should be 123456789, so, do you get what I mean ?

Best Regards
Thanks. I corrected the ouput format then I get "Accepted"Fresh wrote:Try this, it may help:
[cpp]
#include <stdio.h>
....
....
printf("%s%1.0f\n",c,min);
[/cpp]
-novice
The answer of my program isminskcity wrote:I guess you did not try "1000000000 1000000000 1 1 1 1 1 1 1".......