0_0_34776332_2384.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_34776332_2384.cpp: In function 'int main()':
0_0_34776332_2384.cpp:30:33: error: 'sort' was not declared in this scope
sort(arr + 1,arr + total + 1);
^
0_0_34776332_2384.cpp: At global scope:
0_0_34776332_2384.cpp:43:2: error: expected unqualified-id before '<' token
}</algorithm></iostream></cstring></cstdio>
^
|