社区讨论
80 why???
P2394yyy loves Chemistry I参与者 2已保存回复 2
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 2 条
- 当前快照
- 1 份
- 快照标识符
- @mj2ycz3r
- 此快照首次捕获于
- 2025/12/12 22:18 3 个月前
- 此快照最后确认于
- 2025/12/14 16:05 3 个月前
都开long double了怎么还wa
CPP#include<bits/stdc++.h>
using namespace std;
#define endl '\n'
#define kuaitou ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
#define baoliu(n) fixed<<setprecision(n)
int main(){
kuaitou;
long double s;
cin>>s;
s=s/23;
cout<<baoliu(8)<<s;
return 0;
}
回复
共 2 条回复,欢迎继续交流。
正在加载回复...