Problem area2
User carson
Submission Time 2026-02-24 13:03:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area2.cpp: In function ‘int main()’:
area2.cpp:14:11: error: two consecutive ‘[’ shall only introduce an attribute before ‘[’ token
14 | cout << a[[0] * a[1];
| ^