运行 ID: 50605

Main.cc:1:2: error: invalid preprocessing directive #inclde; did you mean #include?
 #inclde>>h>>m>>s;
     ^~~
Main.cc:6:5: note: suggested alternative: ‘main’
     cin>>>h>>m>>s;
     ^~~
     main
Main.cc:6:10: error: expected primary-expression before ‘>’ token
     cin>>>h>>m>>s;
          ^
Main.cc:6:11: error: ‘h’ was not declared in this scope
     cin>>>h>>m>>s;
           ^
Main.cc:6:14: error: ‘m’ was not declared in this scope
     cin>>>h>>m>>s;
              ^
Main.cc:6:17: error: ‘s’ was not declared in this scope
     cin>>>h>>m>>s;
                 ^
Main.cc:7:10: error: ‘k’ was not declared in this scope
     cin>>k;
          ^
Main.cc:8:5: error: ‘sum’ was not declared in this scope
     sum=h*60+m*60+s+k;
     ^~~
Main.cc:8:5: note: suggested alternative: ‘enum’
     sum=h*60+m*60+s+k;
     ^~~
     enum
Main.cc:13:5: error: ‘cout’ was not declared in this scope
     cout<