# Hint finance

## 题目要求
```js
function isSolved() public view returns (bool) {
for (uint256 i = 0; i < underlyingTokens.length; ++i) {
address vault = hintFinanceFactory.un...