0_0_19136519_26188.cpp: In function 'int main()':
0_0_19136519_26188.cpp:47:4: error: 'p' was not declared in this scope
p[count]=&c[count];
^
0_0_19136519_26188.cpp:82:20: error: 'p' was not declared in this scope
printf("%s %d\n",p[con]->man_name,p[con]->score);
^
|