Problem | area |
---|---|
User | VictoriaOng |
Submission Time | 2024-06-19 10:31:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:9:31: error: expected ‘;’ before ‘sort’
9 | cout << arr[0]*arr[1] << "\n"
| ^
| ;
10 | sort(arr, arr+n);
| ~~~~