竞赛
考级
#include <bits/stdc++.h> using namespace std; int main() { cout<<fixed<<setprecision(2)<<2876.0/30.00; return 0; }
DEMO
共61条
提交答案之后,这里将显示提交结果~