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

about 编译内存与输出的限制 #3

Open
interestingLSY opened this issue Mar 25, 2019 · 1 comment
Open

about 编译内存与输出的限制 #3

interestingLSY opened this issue Mar 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@interestingLSY
Copy link
Member

建议在 compile 时使用与 judge 相同的沙箱进行 compile, 并且进行内存与输出的限制

// Compile MLE
#include </dev/urandom>
#include </dev/random>
#include <iostream>
using namespace std;

int main(){
	cout << "TYXTXDY" << endl;
	return 0;
}
@Dust1404
Copy link
Member

后续开发仍然需要解决编译 MLE 的问题。

@Dust1404 Dust1404 reopened this Mar 26, 2019
@Dust1404 Dust1404 added the enhancement New feature or request label Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants