运行 ID: 379

Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’?
 include
 ^~~~~~~
 __has_include
Main.cc: In function ‘int main()’:
Main.cc:6:5: error: ‘cin’ was not declared in this scope
     cin>>a>>" ">>b>>" ">>c;
     ^~~
Main.cc:6:5: note: suggested alternative: ‘main’
     cin>>a>>" ">>b>>" ">>c;
     ^~~
     main
Main.cc:7:12: error: unable to find string literal operator ‘operator""a’ with ‘const char [12]’, ‘long unsigned int’ arguments
     printf("%8d,%8d,%8d"a,b,c);
            ^~~~~~~~~~~~~~
Main.cc:7:5: error: ‘printf’ was not declared in this scope
     printf("%8d,%8d,%8d"a,b,c);
     ^~~~~~
Main.cc:7:5: note: suggested alternative: ‘int’
     printf("%8d,%8d,%8d"a,b,c);
     ^~~~~~
     int