做完了回复一下

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

3 条评论

  • 1