Pages

Sunday, September 20, 2009

UVA Problem#10055

Question:

Solution:
int main(){
...
... 
if(a>b) 
d=(a-b); 
else d=(b-a);  
...
...