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

C++14 is OLD #5

Open
kamlesh012 opened this issue Jul 23, 2021 · 1 comment
Open

C++14 is OLD #5

kamlesh012 opened this issue Jul 23, 2021 · 1 comment

Comments

@kamlesh012
Copy link

Hey Luv, can you please update the sublime build form c++14 to c++17 as many times c++14 & c++17 give different outputs on CodeForces.

@imtiyaj786
Copy link

Used This for C++17 @kamlesh012

{
"cmd" : ["g++ -std=c++17 $file_name -o $file_base_name && timeout 4s ./$file_base_name<inputf.in>outputf.in"],
"selector" : "source.c, source.c++, source.cxx, source.cpp",
"shell": true,
"working_dir" : "$file_path"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants