Skip to content

IftekharHakimK/cpp_increased_stack_run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

(Intended for HC, Windows)

Say your filename is a.cpp. First compile to create executable (named as a.exe). You may use -std=c++11 or -std=c++14 etc too. You may change stack size too.

> g++ -O2 -std=c++17 -Wall -Wl,--stack=268435456 a.cpp -o a.exe

If your input filename is input.txt and intended output filename is output.txt,

> a.exe < input.txt > output.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published