【{{qname}}】

{% if localmode %}

{% else %} [View Only] {% endif %}

処理結果

{% for c in solvers %} {% endfor %}
Client (Solver) Status
{% if c|length > 3 %} {{c[2]}}  {% endif %} {{c[0]}} {% if c|length > 2 %}  ({{c[2]}}) {% endif %} {{qdata.solver[c[0]]}}

処理結果一覧

{% for k, v in qdata.answers.items() %} {% if (qdata.best_json == k) and (v.answer != "") %} {% else %} {% endif %} {% endfor %}
Timestamp Client Score
{{v.timestamp}} {{v.solver}} {% if v.nlcheck == -1 %} Not solved {% else %} {{v.nlcheck}} {% endif %}