Skip to content

Commit

Permalink
AC problem A
Browse files Browse the repository at this point in the history
  • Loading branch information
tina80lvl committed Oct 3, 2018
1 parent 671ca03 commit 05da1a2
Show file tree
Hide file tree
Showing 39 changed files with 3,591 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Practice 2/A/.idea/A.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Practice 2/A/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Practice 2/A/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

180 changes: 180 additions & 0 deletions Practice 2/A/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Practice 2/A/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.8)
project(A)

set(CMAKE_CXX_STANDARD 11)

set(SOURCE_FILES main.cpp)
add_executable(A ${SOURCE_FILES})
Binary file added Practice 2/A/cmake-build-debug/A
Binary file not shown.
92 changes: 92 additions & 0 deletions Practice 2/A/cmake-build-debug/A.cbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="A"/>
<Option makefile_is_custom="1"/>
<Option compiler="gcc"/>
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="A">
<Option output="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug/A" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 A"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="A/fast">
<Option output="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug/A" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 A/fast"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/tina/Documents/ITMO/CT/Cryptography/Practice\ 2/A/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/main.cpp">
<Option target="A"/>
</Unit>
<Unit filename="/Users/tina/Documents/ITMO/CT/Cryptography/Practice 2/A/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
Loading

0 comments on commit 05da1a2

Please sign in to comment.