0_0_31710860_14954.cpp: In function 'int main()':
0_0_31710860_14954.cpp:7:25: error: 'score' was not declared in this scope
scanf("%d", &score[i]);
^
0_0_31710860_14954.cpp:11:15: error: 'score' was not declared in this scope
if(score[i] == grade)
^
|