HI.
Tanks for replying.
In fact, i haven't notest that problem of the decimal integer :) Tanks
I've tested it but now I got Wrong Answer :(
(...)
if (atoi(line) >= 0) {
if (line[0] == '0' && line[1] == 'x') {
(...)
} while(atoi(line)>=0);
(...)
I think that the judge doesn't like me :cry: