3 条题解

  • -2
    @ 2024-4-3 21:37:51

    啥也不说,直接上代码!(毕竟这题这么“难”)

    #include using namespace std;

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

    • @ 2024-4-5 18:14:51

      你这代码怎么都在一行上呢??

信息

ID
23
时间
1000ms
内存
256MiB
难度
5
标签
递交数
487
已通过
187
上传者