求助,WA2个点,60分
  • 板块学术版
  • 楼主GalaxyDeepLove
  • 当前回复0
  • 已保存回复0
  • 发布时间2022/10/6 18:54
  • 上次更新2023/10/27 08:26:57
查看原帖
求助,WA2个点,60分
744858
GalaxyDeepLove楼主2022/10/6 18:54
#include<bits/stdc++.h>
using namespace std;
int x, y;
int main() {
	cin >> x >> y;
	cout << floor(x / y);
	return 0;
}

请问哪里错了?原题链接

2022/10/6 18:54
加载中...