Problem area_noi
User Ultraman425
Submission Time 2026-02-13 17:41:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:18:21: error: expected ‘;’ before ‘}’ token
18 | ans[i] = a[i]*b[i]
| ^
| ;
19 | }
| ~
area_noi.cpp:20:14: error: ‘class std::vector<long long int>’ has no member named ‘max_element’
20 | cout << ans.max_element();
| ^~~~~~~~~~~