运行 ID: 49288

Main.cc:1:2: error: invalid preprocessing directive #inclode; did you mean #include?
 #inclode
  ^~~~~~~
  include
Main.cc: In function ‘int main()’:
Main.cc:7:5: error: ‘cin’ was not declared in this scope
     cin>>h>>m>>s>>>k;
     ^~~
Main.cc:7:5: note: suggested alternative: ‘main’
     cin>>h>>m>>s>>>k;
     ^~~
     main
Main.cc:7:19: error: expected primary-expression before ‘>’ token
     cin>>h>>m>>s>>>k;
                   ^
Main.cc:12:5: error: ‘cout’ was not declared in this scope
     cout<