|  |  | @ -3,6 +3,7 @@ json.message "评测完成" | 
			
		
	
		
		
			
				
					
					|  |  |  | json.data do |  |  |  | json.data do | 
			
		
	
		
		
			
				
					
					|  |  |  |   json.(@result, :id, :status, :error_line, :error_msg, |  |  |  |   json.(@result, :id, :status, :error_line, :error_msg, | 
			
		
	
		
		
			
				
					
					|  |  |  |       :input, :output, :execute_time, :execute_memory) |  |  |  |       :input, :output, :execute_time, :execute_memory) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   json.passed @my_hack.passed | 
			
		
	
		
		
			
				
					
					|  |  |  | # 提交模式多了一个预计输出 |  |  |  | # 提交模式多了一个预计输出 | 
			
		
	
		
		
			
				
					
					|  |  |  |   if @mode == "submit" |  |  |  |   if @mode == "submit" | 
			
		
	
		
		
			
				
					
					|  |  |  |     json.expected_output @result.expected_output |  |  |  |     json.expected_output @result.expected_output | 
			
		
	
	
		
		
			
				
					|  |  | 
 |