#include<bits/stdc++.h>//关注b站阿秋--一只小绵羊 using namespace std; int main() { double b; cin >> b; cout <<int(b) << endl; cout << fixed << setprecision(2) << b << endl; cout << fixed << setprecision(0) << b << endl; return 0; }
使用您的 NWOJ 通用账户