(UVA)10055-減法

#include<stdio.h>
int main(){

long long a,b;

while(scanf("%lld%lld",&a,&b) != EOF)

{
if(a>b) prinf("%lld",a-b);

esle prinf("%lld",b-a);
}
return 0;
}

留言

這個網誌中的熱門文章

Bundle Adjustment 光束平差法

Structure From Motion