2010年9月17日 星期五

ACM 10055 - Hashmat the Brave Warrior

#include <stdio.h>

int main()
{
double n1, n2;
while (scanf("%lf%lf", &n1, &n2)!=EOF)
printf("%.0f\n", fabs(n1-n2));
return 0;
}


回目錄
回首頁

沒有留言 :

張貼留言

Related Posts Plugin for WordPress, Blogger...