0_0_38225264_14975.cpp:4:2: error: stray '#' in program
.#include<string.h>
^
0_0_38225264_14975.cpp:4:1: error: expected unqualified-id before '.' token
.#include<string.h>
^
0_0_38225264_14975.cpp: In function 'int main()':
0_0_38225264_14975.cpp:38:28: error: 'sort' was not declared in this scope
sort(sum + 1, sum + n + 1);
^
|