| # Auto-generated by loom_benchmarks.util.pytest_from_test_strings. | |
| from solution import * # noqa: F401,F403 | |
| def test_mbpp_2() -> None: | |
| assert eulerian_num(5, 3) == 26 | |
| # Auto-generated by loom_benchmarks.util.pytest_from_test_strings. | |
| from solution import * # noqa: F401,F403 | |
| def test_mbpp_2() -> None: | |
| assert eulerian_num(5, 3) == 26 | |