fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6.  
  7.  
  8.  
  9. cout<<"宿建德江\n唐孟浩然\n移舟泊烟渚,\n日暮客愁新。\n野旷天低树,\n江清月近人。"
  10.  
  11.  
  12. return 0;
  13. }
Compilation error #stdin compilation error #stdout 0.01s 5280KB
stdin
Standard input is empty
compilation info
prog.cpp:9:116: error: stray ‘\357’ in program
  cout<<"宿建德江\n唐孟浩然\n移舟泊烟渚,\n日暮客愁新。\n野旷天低树,\n江清月近人。";
                                                                                                                    ^
prog.cpp:9:117: error: stray ‘\274’ in program
  cout<<"宿建德江\n唐孟浩然\n移舟泊烟渚,\n日暮客愁新。\n野旷天低树,\n江清月近人。";
                                                                                                                     ^
prog.cpp:9:118: error: stray ‘\233’ in program
  cout<<"宿建德江\n唐孟浩然\n移舟泊烟渚,\n日暮客愁新。\n野旷天低树,\n江清月近人。";
                                                                                                                      ^
prog.cpp: In function ‘int main()’:
prog.cpp:9:116: error: expected ‘;’ before ‘return’
  cout<<"宿建德江\n唐孟浩然\n移舟泊烟渚,\n日暮客愁新。\n野旷天低树,\n江清月近人。";
                                                                                                                    ^
                                                                                                                    ;
prog.cpp:12:2:
  return 0;
  ~~~~~~                                                                                                             
stdout
Standard output is empty