zrev2220 / UVa_problems

Some of my solutions to the UVa Online Judge problems
0 stars 0 forks source link

UVa10683.py - WA #11

Open zrev2220 opened 4 years ago

zrev2220 commented 4 years ago

If I round the number, it passes 1st uDebug test but not the 2nd and gets WA.

If I truncate the number, it passes 2nd uDebug test but not the 1st and gets WA.

What's the problem