0_0_36491107_16193.cpp: In function 'int main()':
0_0_36491107_16193.cpp:4:2: error: 'inh1' was not declared in this scope
inh1,m1,s1,h2,m2,s2,n;
^
0_0_36491107_16193.cpp:4:7: error: 'm1' was not declared in this scope
inh1,m1,s1,h2,m2,s2,n;
^
0_0_36491107_16193.cpp:4:10: error: 's1' was not declared in this scope
inh1,m1,s1,h2,m2,s2,n;
^
0_0_36491107_16193.cpp:4:13: error: 'h2' was not declared in this scope
inh1,m1,s1,h2,m2,s2,n;
^
0_0_36491107_16193.cpp:4:16: error: 'm2' was not declared in this scope
inh1,m1,s1,h2,m2,s2,n;
^
0_0_36491107_16193.cpp:4:19: error: 's2' was not declared in this scope
inh1,m1,s1,h2,m2,s2,n;
^
0_0_36491107_16193.cpp:4:22: error: 'n' was not declared in this scope
inh1,m1,s1,h2,m2,s2,n;
^
0_0_36491107_16193.cpp:7:25: error: 'h1' was not declared in this scope
scanf("%d%d%d%d%d%d",&h1,&m1,&s1,&h2,&m2,&s2);
^
|