Problem area2
User PerihelionfromAphelion
Submission Time 2026-02-28 09:22:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area2.cpp: In function ‘int main()’:
area2.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cin >> a[i];
| ^
area2.cpp:10:7: error: ‘a’ was not declared in this scope
10 | sort(a, a + n);
| ^