1_867_2680_23646.cpp:25:1: error: 'map' does not name a type
map <char,int> p;
^
1_867_2680_23646.cpp: In function 'int main()':
1_867_2680_23646.cpp:31:9: error: 'i' was not declared in this scope
rep(i,0,4)
^
1_867_2680_23646.cpp:31:14: error: 'rep' was not declared in this scope
rep(i,0,4)
^
1_867_2680_23646.cpp:33:10: error: 'sca' was not declared in this scope
sca(t);
^
1_867_2680_23646.cpp:37:13: error: 'scs' was not declared in this scope
scs(am);
^
1_867_2680_23646.cpp:45:13: error: 'p' was not declared in this scope
hh += p[c2[0]] - p[c1[0]];
^
1_867_2680_23646.cpp:51:7: error: 'else' without a previous 'if'
else if(hh < 24)
^
1_867_2680_23646.cpp:62:7: error: 'else' without a previous 'if'
else if(hh > 0 && hh < 12)
^
|