diff --git a/bin/Debug/02-alignment.expected.txt b/bin/Debug/02-alignment.expected.txt new file mode 100644 index 0000000..ae4cbbc --- /dev/null +++ b/bin/Debug/02-alignment.expected.txt @@ -0,0 +1,4 @@ + 9|********* + 33|********************************* +100|**************************************************************************************************** + diff --git a/bin/Debug/02-alignment.input.txt b/bin/Debug/02-alignment.input.txt new file mode 100644 index 0000000..2539400 --- /dev/null +++ b/bin/Debug/02-alignment.input.txt @@ -0,0 +1,5 @@ +142 +1 1 1 1 1 1 1 1 1 +2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 +3 diff --git a/bin/Debug/03-scaling.expected.txt b/bin/Debug/03-scaling.expected.txt new file mode 100644 index 0000000..693ba1a --- /dev/null +++ b/bin/Debug/03-scaling.expected.txt @@ -0,0 +1,3 @@ + 9|****** + 33|************************* +100|**************************************************************************** diff --git a/bin/Debug/03-scaling.input.txt b/bin/Debug/03-scaling.input.txt new file mode 100644 index 0000000..2539400 --- /dev/null +++ b/bin/Debug/03-scaling.input.txt @@ -0,0 +1,5 @@ +142 +1 1 1 1 1 1 1 1 1 +2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 +3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 +3 diff --git a/bin/Debug/actual.txt b/bin/Debug/actual.txt new file mode 100644 index 0000000..b0a2599 --- /dev/null +++ b/bin/Debug/actual.txt @@ -0,0 +1,3 @@ + 2|** + 5|***** + 3|*** diff --git a/bin/Debug/actual3.txt b/bin/Debug/actual3.txt new file mode 100644 index 0000000..693ba1a --- /dev/null +++ b/bin/Debug/actual3.txt @@ -0,0 +1,3 @@ + 9|****** + 33|************************* +100|**************************************************************************** diff --git a/bin/Debug/input.txt b/bin/Debug/input.txt new file mode 100644 index 0000000..6ef9fde --- /dev/null +++ b/bin/Debug/input.txt @@ -0,0 +1,3 @@ +10 +4 4 3 5 3 4 5 5 4 4 +3 diff --git a/bin/Debug/lab01.exe b/bin/Debug/lab01.exe new file mode 100644 index 0000000..52825b1 Binary files /dev/null and b/bin/Debug/lab01.exe differ diff --git a/bin/Debug/output.txt b/bin/Debug/output.txt new file mode 100644 index 0000000..b0a2599 --- /dev/null +++ b/bin/Debug/output.txt @@ -0,0 +1,3 @@ + 2|** + 5|***** + 3|*** diff --git a/bin/Debug/test1.bat b/bin/Debug/test1.bat new file mode 100644 index 0000000..dbb4627 --- /dev/null +++ b/bin/Debug/test1.bat @@ -0,0 +1,2 @@ +lab01.exe < input.txt > actual.txt 2>NUL +fc actual.txt output.txt \ No newline at end of file diff --git a/bin/Debug/test2.bat b/bin/Debug/test2.bat new file mode 100644 index 0000000..0fe09ca --- /dev/null +++ b/bin/Debug/test2.bat @@ -0,0 +1,2 @@ +lab01.exe < 02-alignment.input.txt > testactual.txt 2>NUL +fc testactual.txt 02-alignment.expected.txt \ No newline at end of file diff --git a/bin/Debug/test3.bat b/bin/Debug/test3.bat new file mode 100644 index 0000000..2ae93de --- /dev/null +++ b/bin/Debug/test3.bat @@ -0,0 +1,2 @@ +lab01.exe < 03-scaling.input.txt > actual3.txt 2>NUL +fc /N actual3.txt 03-scaling.expected.txt \ No newline at end of file diff --git a/bin/Debug/testactual.txt b/bin/Debug/testactual.txt new file mode 100644 index 0000000..693ba1a --- /dev/null +++ b/bin/Debug/testactual.txt @@ -0,0 +1,3 @@ + 9|****** + 33|************************* +100|**************************************************************************** diff --git a/bin/Release/lab01.exe b/bin/Release/lab01.exe new file mode 100644 index 0000000..6acc453 Binary files /dev/null and b/bin/Release/lab01.exe differ diff --git a/obj/Debug/main.o b/obj/Debug/main.o new file mode 100644 index 0000000..c726eed Binary files /dev/null and b/obj/Debug/main.o differ diff --git a/obj/Release/main.o b/obj/Release/main.o new file mode 100644 index 0000000..1c79245 Binary files /dev/null and b/obj/Release/main.o differ