救民于水火

x-hechengye 2022-08-09 15:58:59 12 返回题目

#include <bits/stdc++.h>
using namespace std;
int main() {
    double a;
    cin >> a;
    cout << fixed << setprecision(3) << a;
    return 0;
}
{{ vote && vote.total.up }}