#include<iostream>
using namespace std;
int main(){
    int a,b;
    a=20;
    b=22;
    cout<<a=22<<endl;
    cout<<b=20<<endl;
}

1 条评论

  • @ 2023-12-2 19:05:04

    ......

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"a=22"<<endl<<"b=20"<<endl;
    }
    
    • 1

    信息

    ID
    3
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    392
    已通过
    100
    上传者