Warning: session_start(): open(/var/lib/php/sessions/sess_i6o1u83qglkdclbm94vjn8t1se, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p {
centerHigherConsole();
autoRestart(5);
S q = "is 6 bigger than 3?";
print(q);
if (ai_text("$X", "answers", q) != null) fail("Already have solution");
ai_callSpeculationFunction_functionsCalled.set(new HashSet);
ai_speculate_functions.remove(f ai_spec_searchForAnswer);
ai_speculate_functions.add(f ai_spec_searchForAnswer_v2);
Pair p = ai_solveQuestionInSubSpace_noTimeOut2(q);
print("Answer: " + p.b);
print("Functions called: " + sortedList(ai_callSpeculationFunction_functionsCalled!));
ai_printSubSpace(p.a);
ai_analyzeSubSpace(p.a);
}