10 条题解

  • 0
    @ 2024-2-20 11:31:46

    #include using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a/b<<" "<<a%b; return 0; }

    信息

    ID
    60
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    709
    已通过
    367
    上传者