2 条题解

  • 0
    @ 2026-3-29 20:44:30

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b; a=2+4; b=10-a; cout<< a; cout<< " " ; cout<< b; return 0; }

    信息

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