#10534: ac


KunChi (KunChi)

學校 : 内蒙古包头市第一中学
編號 : 55012
來源 : [123.192.81.82]
最後登入時間 :
2018-06-25 22:31:19
a012. 10055 - Hashmat the Brave Warrior -- UVa10055 | From: [60.251.202.96] | 發表日期 : 2015-12-09 16:00

#include <stdio.h>

#include <stdio.h>

#define abs(i) ((i)>0 ? (i) : (-i))

int main () {

      long long int out=0,in0=0,in1=0;

      while(scanf ("%lld %lld", &in0, &in1)==2){

      out = abs((in0-in1));

      printf ("%lld\n", out);

      break;

               }

}

 

 
ZeroJudge Forum