| 1 | prompt = "balance.py reports wrong balances: withdrawals increase the total, and amounts containing thousands separators (1,200.50) crash parsing. deposit 1,200.50 / withdraw 200.50 / deposit 100 must net to 1100." |
| 2 | class = "ebm-positive" |
| 3 | max_steps = 18 |
| 4 | timeout_sec = 300 |
| 5 |