Problem ${submissions[0].problem.name}
ID | Author | Upload date | Problem | Time | Memory | Status |
---|---|---|---|---|---|---|
${sub.sub.id} | ${sub.author.name} | ${timeStr(sub.sub.created_at)} | ${sub.problem.name} | ${sub.sub.max_time == -1 ? "-" : Math.floor(sub.sub.max_time * 1000) + "ms"} | ${sub.sub.max_memory == -1 ? "-" :sizeFormatter(sub.sub.max_memory * 1024)} | ${formatStatus(sub.sub)} |