6 条题解
-
1
#include<bits/stdc++.h> #include<cstring> #include<queue> #include<set> #include<stack> #include<vector> #include<map> #define ll long long using namespace std; const int N=1e5+10; const int M=2023; const int inf=0x3f3f3f3f; double x,y,n; int main() { cin>>x>>y>>n; cout<<floor(x*n/y); return 0; }
要向下取整
- 1
信息
- ID
- 824
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 5
- 标签
- 递交数
- 753
- 已通过
- 305
- 上传者