1 #include <stdio.h>
 2 #include<math.h> 
 3 int main()
 4 {
 5     double r;
 6     while(scanf("%lf",&r)!=EOF)
 7     printf("%.2lf\n",fabs(r));
 8     return 0;
 9 }
10     

相关文章:

  • 2021-09-27
  • 2021-09-27
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2021-11-24
猜你喜欢
  • 2021-08-29
  • 2021-10-09
  • 2021-12-24
相关资源
相似解决方案