j0k4rX

Results 17 comments of j0k4rX

@ritwickdey please look into this matter

@hanlin-studio the same problem is happening again.. looks like domain or ssl certificate got expired

@npanuhin How can I move the test files to a different directory? I want to change the directory of generating the test files.

@npanuhin thanks for the quick reply! But it is not working for me. Still, the file is being saved in the current directory. I am on Linux, using sublime-text 4

@npanuhin Thank you so much! It worked!

@npanuhin, sorry for disturbing you again. I am stuck at a point. The problem is how to increase stack size for cpp programs in the sublime text? I know these...

@npanuhin, the config that I provided, I don't know whether it is rightly configured or not. you can refer to this https://stackoverflow.com/a/64085509 In codeforces, the stack size allocated for cpp...

@qumusabel, thanks for the concern! But how can I increase the stack size via that compiler option? see https://github.com/Jatana/FastOlympicCoding/issues/21#issuecomment-851488563 How to implement them?

> Actually, FOC will run the program in a shell: > > https://github.com/Jatana/FastOlympicCoding/blob/3e058e5915ffcb2e5f9fb1673bd34945c46e0940/Modules/ProcessManager.py#L74-L75 > > > So you just have to add `ulimit -s unlimited; ` at the beginning of...