0_0_23682715_11578.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_23682715_11578.cpp: In function 'int main()':
0_0_23682715_11578.cpp:15:19: error: 'sort' was not declared in this scope
sort(a,a+n);
^
0_0_23682715_11578.cpp:17:5: error: expected '}' at end of input
}
^
|