L1-082 种钻石 分数 5

// 49"
#include <iostream>
using namespace std;
int main()
{
    int n, v;
    cin >> n >> v;
    cout << n / v;
    return 0;
}
···
posted @ 2024-08-20 00:53  Frodnx  阅读(24)  评论(0)    收藏  举报