1 条题解

  • 3

    #include <bits/stdc++.h> using namespace std; int main() { int a,b,n,d; cin >> a >> n; d=a/b; for(int i=1; i <= n; i++) { int r=a%b; d=(r10)/b; a=r10; } cout << d << endl; return 0; }

    • 1

    信息

    ID
    201
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    20
    已通过
    10
    上传者