jd4 icon indicating copy to clipboard operation
jd4 copied to clipboard

A 'System Error' occurred when using Vijos & jd4

Open ghost opened this issue 4 years ago • 4 comments

I configured vijos (including jd4) on my own server, after submitting a program, it showed system error, prompting me BrokenPipeError(32, 'Broken pipe').

My code: (as you see, it's A+B problem)

//cpp
#include<cstdio>

using namespace std;

int a,b;

int main()
{
	scanf("%d%d",&a,&b);
	printf("%d\n",a+b);
	return 0;
}

I couldn't find out what's wrong with jd4, so I come for help.

ghost avatar Jul 17 '20 09:07 ghost

By the way, my online judge is: http://118.25.95.87:8888/

ghost avatar Jul 17 '20 09:07 ghost

Can you please provide the logs of vj4 and jd4?

twd2 avatar Jul 17 '20 15:07 twd2

You can try HydroJudge instead of jd4.

undefined-moe avatar Jul 19 '20 05:07 undefined-moe

You can try HydroJudge instead of jd4.

???

twd2 avatar Jul 19 '20 06:07 twd2