Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A 'System Error' occurred when using Vijos & jd4 #80

Open
ghost opened this issue Jul 17, 2020 · 4 comments
Open

A 'System Error' occurred when using Vijos & jd4 #80

ghost opened this issue Jul 17, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2020

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
Copy link
Author

ghost commented Jul 17, 2020

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

@ghost ghost changed the title A 'System Error' occurred when using jd4 A 'System Error' occurred when using Vijos & jd4 Jul 17, 2020
@twd2
Copy link
Member

twd2 commented Jul 17, 2020

Can you please provide the logs of vj4 and jd4?

@undefined-moe
Copy link
Member

You can try HydroJudge instead of jd4.

@twd2
Copy link
Member

twd2 commented Jul 19, 2020

You can try HydroJudge instead of jd4.

???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants