8 条题解

  • -1
    @ 2024-2-23 8:35:54

    #include using namespace std; int main(){ int a=22,b=20,t; cin>>a>>b>>t; a=t; b=a; t=b; cout<<a<<b; return 0 }

    信息

    ID
    694
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    812
    已通过
    338
    上传者