2 条题解

  • 3
    @ 2024-1-31 20:11:03
    #include<bits/stdc++.h>
    using namespace std;
    int a[1000];
    int main()
    {
    int a,b;
    cin >> a >> b;
    if(a%b==0) cout << a/b << endl;
    else cout << a/b+1 << endl;
    //so easy
    }
    

    点个❤️ 呗

    信息

    ID
    33
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    218
    已通过
    146
    上传者