From 47cb41f721c44a3e89cf09218c59a64e0b703994 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 31 Jul 2023 17:55:28 +0300 Subject: Solve 3 problems from div3 --- codeforces/SumInBinaryTree/main_input0.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codeforces/SumInBinaryTree/main_input0.txt (limited to 'codeforces/SumInBinaryTree/main_input0.txt') diff --git a/codeforces/SumInBinaryTree/main_input0.txt b/codeforces/SumInBinaryTree/main_input0.txt new file mode 100644 index 0000000..b27450f --- /dev/null +++ b/codeforces/SumInBinaryTree/main_input0.txt @@ -0,0 +1,7 @@ +6 +3 +10 +37 +1 +10000000000000000 +15 -- cgit v1.2.3