package tb;
import drjava.util.Tree;
import net.luaos.tb.common.Solution;
public class sol_const extends Solution {
private String output;
// create
public sol_const(String output) {
this.output = output;
}
// compute
public String compute(String input) {
return output;
}
// persistence
public sol_const(Tree tree) {
output = tree.getString(0);
}
public Tree toTree() {
return new Tree(this, output);
}
}Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Recognizer | Recognition Result | Visualize | Recalc |
|---|---|---|---|
| #308 | 454 | [visualize] |