请问我哪错了

lyh198 玛卡巴卡 2024-08-01 14:31:30 10

#include <bits/stdc++.h>

using namespace std;

int main() { double x; cin >> x; cout << fixed << setprecision(2) << x; }

{{ vote && vote.total.up }}

共 1 条回复

lyh046 CSP-J2二等

abs()求绝对值