project-lemon icon indicating copy to clipboard operation
project-lemon copied to clipboard

Automatically exported from code.google.com/p/project-lemon

Results 27 project-lemon issues
Sort by recently updated
recently updated
newest added

能不能自定义选手文件夹位置,我想按照一些比赛的格式,例如:std/fib/fib.cpp,而不是默认的std/fib.cpp。

https://github.com/FreestyleOJ/Project_lemon/tree/Built 没想到后来会有那么多人遇到 bug …… 前几天在 16.04 / 18.04 上测试正常

因为realjudge_linux和watcher_unix都是ELF32格式,在没有32位库的环境下就会无法评测。 解决方法:在本机重新编译realjudge.c和watcher_unix.c。 建议加入工程文件。

g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o qtlocalpeer.o qtsingleapplication/qtlocalpeer.cpp qtsingleapplication/qtlocalpeer.cpp: In constructor ‘QtLocalPeer::QtLocalPeer(QObject*, const QString&)’:...

fix Compile Error `qtsingleapplication/qtlocalpeer.cpp:96:54: error: ‘::getuid’ has not been declared`

gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) lemon err: QProcess: Destroyed while process is still running. ps: 29341 pts/2 00:00:26 cc1plus

Changed one word "Correct answer" to "Accepted"...................... Forgive my wrong typing at first......

![1](https://cloud.githubusercontent.com/assets/18662046/18202003/05b7eb2c-7140-11e6-8e7c-e1fd6c9fc5e3.png) ![2](https://cloud.githubusercontent.com/assets/18662046/18202008/0a3cce4c-7140-11e6-8093-0c142be251a4.png)

某些平台下char是无符号类型。(int)(char)EOF != EOF,然后lemon就会在评测的时候死循环。

``` 一键添加试题及数据,SPJ编写样例什么的 ``` Original issue reported on code.google.com by `[email protected]` on 2 Jun 2015 at 1:13

Priority-Medium
Type-Defect
auto-migrated