Problem | attractions |
---|---|
User | Hhw48 |
Submission Time | 2023-12-29 19:43:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
attractions.cpp: In function ‘int main()’:
attractions.cpp:47:19: error: expected ‘;’ before ‘}’ token
47 | cout<<arr[ans]
| ^
| ;
48 | }
| ~