2 条题解

  • 2
    @ 2023-4-17 20:17:06

    image

    • 0
      @ 2024-8-4 14:11:12
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
          int a,b;
          cin>>a>>b;
          cout<<a/b<<" "<<a%b;
          return 0;
      }
      
      • 1

      信息

      ID
      585
      时间
      1000ms
      内存
      256MiB
      难度
      4
      标签
      递交数
      64
      已通过
      29
      上传者