We have manully evaluated your generated pseudocode and score it from two aspects:

- Equivalent: Whether the pseudocode is semantically equivalent to the code snippet. The score is a float number between 0 and 1. The higher the score, the better the equivalence.

- Form Constraint: Whether the pseudocode is well-formed and standardized. The score is a float number between 0 and 1. The higher the score, the better the well-formed.

Finally, the scores of your pseudocode are: equivalence: {equivalence_score}, form_constraint: {form_score}.

Based on the above feedback, please further improve the pseudocode to achieve higher scores. Only provide the new pseudocode, do not output other explainations. The new pseudocode should satisfy the following principles:

- Equivalent: The pseudocode is semantically equivalent to the code snippet. In other words, you can reconstruct the original code snippet from the pseudocode.

- Form Constraint: The pseudocode is well-formed and standardized.

Here is the {language} code:
{code}