Problem area_noi
User sncy
Submission Time 2026-04-20 18:42:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:10:19: error: expected primary-expression before ‘;’ token
10 | cin >> arr[0] >>;" " >> arr[1];
| ^
area_noi.cpp:10:24: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator>>’
10 | cin >> arr[0] >>;" " >> arr[1];
| ~~~ ^~ ~~~~~~
| | |
| | int
| const char [2]