diff --git a/views/statistics.ejs b/views/statistics.ejs
index 916a4a7..69fb33d 100644
--- a/views/statistics.ejs
+++ b/views/statistics.ejs
@@ -81,8 +81,8 @@ function getColorOfScore(score) {
<%= judge.score %> |
<% if (problem.type !== 'submit-answer') { %>
- <%= judge.result.total_time %> ms |
- <%= parseInt(judge.result.max_memory) || 0 %> K |
+ <%= judge.total_time %> ms |
+ <%= parseInt(judge.max_memory) || 0 %> K |
<%= syzoj.config.languages[judge.language].show %> / <%= syzoj.utils.formatSize(judge.code.length) %> |
<% } else { %>
<%= syzoj.utils.formatSize(judge.max_memory) %> |