- 打开文件夹,将文件夹下的
your_code.jar替换成你的jar包,建议使用JAVA8版本 - 打开
test.py,将如下代码中的your_code.jar(单引号内)替换成你的jar包的名称
test_jar_path = 'your_code.jar'check文件夹内,stdin.txt为输入文件,stdout.txt为标准输出文件check文件夹外,stdout.txt为你上传代码的输出文件- 可在
test.py中设置参数,具体参数说明请读文件 - 直接运行
test.py即可