私信TA
用户名:dotcpp0689705
访问量:3223
签 名:
https://www.msn.cn/zh-cn/play/arcade
自我简介:
Gold Digger https://supermario-game.com/fullscreen
作者: 袁一航 发表时间:2023-12-23 11:14:58 浏览:58 | 评论:0
解题思路:注意事项:参考代码:
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
float n, x, y, s;
cin >> n >> x >> y;
s = (y / x);
s= ceil(s);
cout << (n - s);
return 0;
}
0.0分
1 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧