c,b,i=[int(x) for x in raw_input().split(':')] for j in [0]*c:print b;b=b+b*i/100
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page