Judge Information

Run ID: 124736
src.cpp: In function 'int main()':
src.cpp:10:35: error: 'b' was not declared in this scope
for(long long i=1;i<=a;i++){ cin>>b[i];}
^
src.cpp:11:6: error: 'b' was not declared in this scope
sort(b+1,b+a+1);
^