评测信息

运行ID: 52188
src.c:1:2: error: invalid preprocessing directive #inlude
#inlude<iostream>
^
src.c:2:1: error: unknown type name 'using'
using namespace std;
^
src.c:2:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
using namespace std;
^
src.c: In function 'main':
src.c:6:1: error: 'cin' undeclared (first use in this function)
cin>>a;
^
src.c:6:1: note: each undeclared identifier is reported only once for each function it appears in
src.c:14:5: error: 'cout' undeclared (first use in this function)
cout<<a<<" seconds= "<<h<<" hours: "<<m<<" minutes: "<<s<<" seconds"<<endl;
^
src.c:14:75: error: 'endl' undeclared (first use in this function)
cout<<a<<" seconds= "<<h<<" hours: "<<m<<" minutes: "<<s<<" seconds"<<endl;
^