hdu2080夹角有多大II (二)

2014-11-24 02:00:33 · 作者: · 浏览: 4
temp = PI + fabs( tempa - tempb ) ;
}
printf( "%.2lf\n" , temp * 180 /PI ) ;
}
}
return 0;
}