From 7b8d19204a307ab038b8a1029f0d9e0f3eb6fcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Wed, 18 Aug 2021 12:35:54 +0800 Subject: [PATCH] Update judge_client.cc --- trunk/core/judge_client/judge_client.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/core/judge_client/judge_client.cc b/trunk/core/judge_client/judge_client.cc index 77691046425..91a3aa80eea 100644 --- a/trunk/core/judge_client/judge_client.cc +++ b/trunk/core/judge_client/judge_client.cc @@ -2463,6 +2463,7 @@ void run_solution(int &lang, char *work_dir, double &time_lmt, int &usedtime, break; } //sleep(1); + printf("Execution error!\nYou need to install compiler VM or runtime for your language."); fflush(stderr); exit(0); }