InternBootcamp/examples/pipelines/puzzle_configs/korOperationUnicode203b_test.json
2025-05-23 15:27:15 +08:00

22 lines
No EOL
340 B
JSON
Executable file

[
{
"C": 3,
"max_operand": 200,
"max_attempts": 200
},
{
"C": 2,
"max_operand": 100,
"max_attempts": 100
},
{
"C": 1,
"max_operand": 50,
"max_attempts": 50
},
{
"C": 4,
"max_operand": 150,
"max_attempts": 150
}
]