From 34a13a5ef4fce633a1d6ddf438b5c43dca415c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Dziurzy=C5=84ski?= <49620905+metenn@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:39:04 +0100 Subject: [PATCH] Hints for common submission errors (#334) * Hints for common submission errors * Use
int tab[-1];
sort()
over an invalid rangeassert
- commonly used by the C++ Standard Library{{ compilation_report.compiler_output }}+ {% if 'relocation truncated to fit' in compilation_report.compiler_output %} +