标签:col double eof int ble bsp include style turn
#include<stdio.h> #include<math.h>int main() { int s;
const double pi=acos(-1); double a,b; while(scanf("%ld",&s)!=EOF) { a=sin(s*pi/180); b=cos(s*pi/180); printf("%.2f\n%.2f\n",a,b); } return 0; }
标签:col double eof int ble bsp include style turn
原文地址:https://www.cnblogs.com/Estwind/p/9721498.html