We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create CMakeLists.txt file in root of project and paste the code below.
CMakeLists.txt
cmake_minimum_required(VERSION 3.13) project(competitive_programming) set(CMAKE_CXX_STANDARD 17) add_executable(competitive_programming main.cpp)
There was an error while loading. Please reload this page.