{% extends '_page.html.twig' %} {% block content %}
{{ quiz.description }}
{{ answer.author_name }} が {{ answer.submitted_at|date('Y-m-d H:i:s', 'Asia/Tokyo') }} に投稿
{{ answer.code_size }} byte
{{ answer.code }}
{{ ex.stdout }}
{{ ex.stderr }}
{% endfor %}