#54676: c++正解跟思路 (想學再點)


yp11451032@yphs.tp.edu.tw (711-23吳嘉恩)


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