1 条题解

  • 0
    @ 2025-11-6 19:05:55

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin >> a>>b; c = (a10+b)/19; d = (a10+b)-c*19; cout << c <<" "<< d;

    return 0;
    

    信息

    ID
    604
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    (无)
    递交数
    204
    已通过
    100
    上传者