Giter VIP home page Giter VIP logo

onlinejudge's Introduction

Hey 👋, I'm Winterant.

Winterant's CodeForces Winterant's LeetCode Winterant's GitHub Winterant's CSDN

  • 👨‍💻 I'm currently a Software Engineer (Multimedia Cloud Processing), Baidu Inc.
  • 💬 Ask me about anything, I am happy to help.
  • 📫 Please email via [email protected] to reach me, or QQ 545734785.

onlinejudge's People

Contributors

dependabot[bot] avatar pushytao avatar sizaif avatar winterant avatar xkk1 avatar xueruhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

onlinejudge's Issues

后台竞赛管理中,添加指定学员参加竞赛bug

文件:app/Http/Controllers/Admin/ContestController.php

错误的行:
153行:$old_uids = DB::table('contest_users')->where('contest_id', $id)->pluck('id')->toArray();
154行:// 删除无效选手
155行:DB::table('contest_users')->where('contest_id', $id)->whereIn('id', array_diff($old_uids, $new_uids))->delete();

应该为:
153行:$old_uids = DB::table('contest_users')->where('contest_id', $id)->pluck('user_id')->toArray();
155行:DB::table('contest_users')->where('contest_id', $id)->whereIn('user_id', array_diff($old_uids, $new_uids))->delete();

运行Java代码时需要的系统调用过多

C/C++的代码能正常评测,评测Java代码时报Runtime Error,具体消息如下:
[ERROR] A Not allowed system call: call id = 45, Please remove system function from your code!
然后我又把系统调用号45, 192, 85, 195, 197, 125, 243, 91, 258, 311, 174的都加上了可还是报错,请问有什么解决办法吗?
jdk版本号:jdk1.8.0_301

怎么给题目指定语言呢

程序试用感觉挺好,个人觉得还能优化下这些

1、希望能增加个给编程指定语言的选项。
2、填空题指定的语言发现在前端是不起作用的,希望修改下这个bug
3、对比其他oj,题目内容在左侧,代码区放右侧感觉好些
4、如果可能,最好带一个像hustoj的露一手或者像Hydro 这样的代码自测内容,方便新手

Java代码通不过

报:java.security.policy: error parsing file:/home/LDUOnlineJudge/judge/java.policy:
expected [;], read [end of file]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.