Public context
What an implementation receives
# All Your Base
Validate bases and digits, normalize zero, then repeated-divide into the output base.
Submit the complete source closure matching `interface.zli`. Public cases are examples, not an exhaustive specification. Do not use ambient I/O, time, random state, or undeclared capabilities.
Public interfaceZergLang
module benchmark_algorithm_all_your_base;
public value Solution {
public interpreted algorithm message solve(type: Class<Self>, input: Dynamic)
-> Dynamic effects {};
}
Official task history
Signed conformance observations
No official conformance run currently contains this task revision in its signed catalog.