Problem GSS
User yhmixeI
Submission Time 2025-02-12 10:01:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:10:13: error: expected ‘;’ before ‘cout’
10 | sort(p,p+n)
| ^
| ;
11 | cout<<p[1]+p[2]+p[3];
| ~~~~