4 条题解

  • 0
    @ 2022-7-12 9:39:31

    #include<bits/stdc++.h> using namespace std;

    int main() { int a,b; cin>>a>>b; cout<<b/a+1; return 0; }

    信息

    ID
    115
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    80
    已通过
    63
    上传者