# Problem 12A

Four Friends live in different countries. One of them lives in Monaco and is trying to organize flights for her friends to visit. Determine which city each woman lives in:

1. Ana lives on an island
2. Wasame and the woman from Lichenstein are cousins
3. Neither Wasamae or Patrice are from Europe
4. The women from Samoa and Barbados are not related to Sammy.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://computational-thinking-in-room11.gitbook.io/room-112-dhs/problemsolving/problem-12/problem-12a.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
