Problem area_noi
User Ryland
Submission Time 2026-07-28 21:23:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:19:28: error: expected ‘;’ before ‘}’ token
19 | results.push_back(result)
| ^
| ;
20 | }
| ~