• 个人简介

    HelloHello world!world!

    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    cout<<"Hello World";
    return 0;
    }
    

    A+BA+B problem!problem!

    #include <bits/stdc++.h> 
    using namespace std;
    int main(){
    int a,b;
    cin>>a>>b;
    cout<< a+b << endl;
    return 0;
    }
    

    image

    哇!是我家哥哥唉!

    哥哥好帅!

  • 最近活动