#include<bits/stdc++.h> using namespace std; int x, y; int main() { cin >> x >> y; cout << floor(x / y); return 0; }
请问哪里错了?原题链接