Skip to content

dpronin/beautiful-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuring and building

Release

mkdir -p release
rm -rf release/*
cd release
cmake ../ -DCMAKE_BUILD_TYPE=Release
cmake --build . --verbose -j$(nproc)

Debug

mkdir -p debug
rm -rf debug/*
cd debug
cmake ../ -DCMAKE_BUILD_TYPE=Debug
cmake --build . --verbose -j$(nproc)

Running

$ ./task <base> <order>

To meet the requirements of the task

$ ./task 13 13

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published