From 7c808f71c0863a704fac12b3e4ae4dce096c4f33 Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 2 Dec 2020 14:30:46 +0100 Subject: resitev --- mat/advent/2/output.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mat/advent/2/output.txt diff --git a/mat/advent/2/output.txt b/mat/advent/2/output.txt new file mode 100644 index 0000000..a1fae0a --- /dev/null +++ b/mat/advent/2/output.txt @@ -0,0 +1,3 @@ +našel: 53.000000 = 3.000000 * 2.000000 + 2.000000 * 6.000000 + 5.000000 * 7.000000 ; 91.000000 = 5.000000 * 2.000000 + 3.000000 * 6.000000 + 9.000000 * 7.000000 +našel: 53.000000 = 3.000000 * 5.000000 + 2.000000 * 4.000000 + 5.000000 * 6.000000 ; 91.000000 = 5.000000 * 5.000000 + 3.000000 * 4.000000 + 9.000000 * 6.000000 +našel: 53.000000 = 3.000000 * 8.000000 + 2.000000 * 2.000000 + 5.000000 * 5.000000 ; 91.000000 = 5.000000 * 8.000000 + 3.000000 * 2.000000 + 9.000000 * 5.000000 -- cgit v1.2.3