|
|
|
@ -22,8 +22,9 @@ this.icon = {
|
|
|
|
|
'Success': 'checkmark', // Custom test |
|
|
|
|
'Wrong Answer': 'remove', |
|
|
|
|
'Runtime Error': 'bomb', |
|
|
|
|
'Invalid Interaction': 'ban', |
|
|
|
|
'Time Limit Exceeded': 'clock', |
|
|
|
|
'Memory Limit Exceeded': 'disk outline', |
|
|
|
|
'Memory Limit Exceeded': 'microchip', |
|
|
|
|
'Output Limit Exceeded': 'print', |
|
|
|
|
'File Error': 'file outline', |
|
|
|
|
'Waiting': 'hourglass half', |
|
|
|
@ -37,4 +38,9 @@ this.icon = {
|
|
|
|
|
'Judgement Failed': 'server', |
|
|
|
|
'Skipped': 'ban' |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
this.iconHidden = [ |
|
|
|
|
'Success', |
|
|
|
|
'Submitted' |
|
|
|
|
]; |
|
|
|
|
%> |
|
|
|
|