0_0_39653259_21289.cpp: In function 'void Print(int*, int)':
0_0_39653259_21289.cpp:15:17: error: 'end1' was not declared in this scope
15 | cout << end1;
| ^~~~
0_0_39653259_21289.cpp: In function 'int main()':
0_0_39653259_21289.cpp:26:25: error: expected primary-expression before ')' token
26 | sort(a,a+n,Rule1);
| ^
|