#31550: Hello World


yueimasaka2 (Joe)

學校 : 不指定學校
編號 : 199124
來源 : [220.141.22.145]
最後登入時間 :
2022-09-04 21:32:09
d483. hello, world -- Wikipedia | From: [220.141.17.1] | 發表日期 : 2022-08-07 08:46

  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. cout<<"hello, world"<<endl;
  6. // your code goes here
  7. return 0;
  8. }
 
ZeroJudge Forum