commit 8851b58cdf2e7569028b6504cdc22a0625639e77 Author: BoglazovIA Date: Thu Oct 3 21:16:38 2024 +0300 first commit diff --git a/personal/04-start.bat b/personal/04-start.bat new file mode 100644 index 0000000..ae5eca1 --- /dev/null +++ b/personal/04-start.bat @@ -0,0 +1,4 @@ +lab1.exe < 04-var12.input.txt > 04-var12.actual.txt 2>NUL +fc 04-var12.actual.txt 04-var12.expected.txt || pause + + diff --git a/personal/04-var12.actual.txt b/personal/04-var12.actual.txt new file mode 100644 index 0000000..83881c6 --- /dev/null +++ b/personal/04-var12.actual.txt @@ -0,0 +1,5 @@ + 8|******** +1.67 + 11|*********** +2.34 + 6|****** diff --git a/personal/04-var12.expected.txt b/personal/04-var12.expected.txt new file mode 100644 index 0000000..fa5c2bf --- /dev/null +++ b/personal/04-var12.expected.txt @@ -0,0 +1,5 @@ + 8|******** +1.23 + 11|*********** +2.34 + 6|****** \ No newline at end of file diff --git a/personal/04-var12.input.txt b/personal/04-var12.input.txt new file mode 100644 index 0000000..c3fdf11 --- /dev/null +++ b/personal/04-var12.input.txt @@ -0,0 +1,5 @@ +25 +1 1 1 1 1 1 1 1 +2 2 2 2 2 2 2 2 2 2 2 +3 3 3 3 3 3 +3 \ No newline at end of file diff --git a/personal/lab1.exe b/personal/lab1.exe new file mode 100644 index 0000000..90e9dee Binary files /dev/null and b/personal/lab1.exe differ diff --git a/public/03-scaling.actual.txt b/public/03-scaling.actual.txt new file mode 100644 index 0000000..693ba1a --- /dev/null +++ b/public/03-scaling.actual.txt @@ -0,0 +1,3 @@ + 9|****** + 33|************************* +100|**************************************************************************** diff --git a/public/03-scaling.expected.txt b/public/03-scaling.expected.txt new file mode 100644 index 0000000..693ba1a --- /dev/null +++ b/public/03-scaling.expected.txt @@ -0,0 +1,3 @@ + 9|****** + 33|************************* +100|**************************************************************************** diff --git a/public/03-scaling.input.txt b/public/03-scaling.input.txt new file mode 100644 index 0000000..2539400 --- /dev/null +++ b/public/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/public/03-start.bat b/public/03-start.bat new file mode 100644 index 0000000..316baf3 --- /dev/null +++ b/public/03-start.bat @@ -0,0 +1,4 @@ +lab1.exe < 03-scaling.input.txt > 03-scaling.actual.txt 2>NUL +fc 03-scaling.actual.txt 03-scaling.expected.txt || pause + + diff --git a/public/lab1.exe b/public/lab1.exe new file mode 100644 index 0000000..5bdefd5 Binary files /dev/null and b/public/lab1.exe differ