HDU2003 求絕對值

#include <iostream> #include <cstdio> #include <cmath> using namespace std; int main() { double r; while(cin >> r) { printf("%.2f\n", abs(r)); } return 0; }
相關文章
相關標籤/搜索