#include <bits/stdc++.h>
using namespace std;
int main() { double x; cin >> x; cout << fixed << setprecision(2) << x; }
abs()求绝对值
共 1 条回复
abs()求绝对值