From 22f5eb1127f0981f6e2698630fdb3144da267ef7 Mon Sep 17 00:00:00 2001 From: t123yh Date: Fri, 4 Aug 2017 22:00:02 +0800 Subject: [PATCH] Replace old score calculating. --- views/statistics.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/statistics.ejs b/views/statistics.ejs index 3464dff..916a4a7 100644 --- a/views/statistics.ejs +++ b/views/statistics.ejs @@ -79,7 +79,7 @@ function getColorOfScore(score) { <%= judge.status %> - <%= judge.result.score %> + <%= judge.score %> <% if (problem.type !== 'submit-answer') { %> <%= judge.result.total_time %> ms <%= parseInt(judge.result.max_memory) || 0 %> K