Project-LemonLime / Project_LemonLime

为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
GNU General Public License v3.0
565 stars 60 forks source link

[BUG]M1 Mac MLE #182

Closed tofucurd closed 1 year ago

tofucurd commented 1 year ago

Describe the bug 描述一下这个 Bug 空间限制4GB,内存显示0MB,但是MLE,使用clang++/g++手动编译运行代码没有问题。 编译器选项:-o %s %s.* -std=c++14 -O2 -Wl,-stack_size,0x20000000

To Reproduce 如何复现 是一道1e6的图论,bfs/dfs的写法都mle了,而且时间,空间都是0.

Expected behavior 期望获得的结果 正常执行判断

Screenshots 有截图吗?

截屏2022-09-13 14 46 13 截屏2022-09-13 14 46 45

Environment: 环境:

Additional context 其他信息

麻烦了,望解决,🙏。

tofucurd commented 1 year ago

额外情况,数据单个点有20MB,而且以下代码也是上述情况:

#include<bits/stdc++.h>
int main(){}
tofucurd commented 1 year ago

upd, win11 for arm(虚拟机)下全部为"程序无法运行"(请问这是什么状态)

tofucurd commented 1 year ago

破案了,是题目的名字不能叫做watcher