{% extends "contest.html" %} {% set page = "documentation" %} {% block core %}
{% trans %}Standard Template Library{% endtrans %}
{% endif %} {% if contest.languages|map("to_language")|map(attribute="source_extensions")|any("contains", ".java") %}{% trans %}The main Java class of the solution should have exactly the same name as the task.{% endtrans %}
{% endif %}{% trans %}Message{% endtrans %} | {% trans %}Explanation{% endtrans %} |
---|---|
{{ _(message.message) }} | {{ _(message.help_text) }} |
{% trans %}Message{% endtrans %} | {% trans %}Explanation{% endtrans %} |
---|---|
{{ _(message.message) }} | {{ _(message.help_text) }} |