fork download
  1. #include<bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. int main(){
  6.  
  7. cout<<" 咏 鹅\n 骆宾王\n鹅,鹅,鹅,\n曲项向天歌。\n白毛浮绿水,\n红掌拨清波。";
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. return 0;
  21. }
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
  咏 鹅
  骆宾王
鹅,鹅,鹅,
曲项向天歌。
白毛浮绿水,
红掌拨清波。