Main.cc: In function 'int main()':
Main.cc:65:20: error: 'a' was not declared in this scope
if(cmp(a[j] , a[j + 1]))
^
Main.cc:73:17: error: 'a' was not declared in this scope
cout << a[i].no << " " << a[i].total << endl;
^