From 6893ed03632ac65ace8150a4c0b4122f7bc2558c Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 17 Sep 2019 01:04:36 -0500 Subject: [PATCH] problem 5 --- uil/october-2013/4/.idea/workspace.xml | 28 +-- uil/october-2013/5/.idea/misc.xml | 6 + uil/october-2013/5/.idea/modules.xml | 8 + uil/october-2013/5/.idea/vcs.xml | 6 + uil/october-2013/5/.idea/workspace.xml | 237 ++++++++++++++++++ uil/october-2013/5/5.iml | 11 + uil/october-2013/5/input.dat | 4 + .../5/out/production/5/problem5.class | Bin 0 -> 2156 bytes uil/october-2013/5/src/problem5.java | 42 ++++ 9 files changed, 320 insertions(+), 22 deletions(-) create mode 100644 uil/october-2013/5/.idea/misc.xml create mode 100644 uil/october-2013/5/.idea/modules.xml create mode 100644 uil/october-2013/5/.idea/vcs.xml create mode 100644 uil/october-2013/5/.idea/workspace.xml create mode 100644 uil/october-2013/5/5.iml create mode 100644 uil/october-2013/5/input.dat create mode 100644 uil/october-2013/5/out/production/5/problem5.class create mode 100644 uil/october-2013/5/src/problem5.java diff --git a/uil/october-2013/4/.idea/workspace.xml b/uil/october-2013/4/.idea/workspace.xml index 3a15f3f..42262f7 100644 --- a/uil/october-2013/4/.idea/workspace.xml +++ b/uil/october-2013/4/.idea/workspace.xml @@ -2,10 +2,7 @@ - - - - + - - - - - - - - - - - - - - + - + - - + @@ -182,7 +166,7 @@ - + diff --git a/uil/october-2013/5/.idea/misc.xml b/uil/october-2013/5/.idea/misc.xml new file mode 100644 index 0000000..4c1c37a --- /dev/null +++ b/uil/october-2013/5/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/uil/october-2013/5/.idea/modules.xml b/uil/october-2013/5/.idea/modules.xml new file mode 100644 index 0000000..9536c93 --- /dev/null +++ b/uil/october-2013/5/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/uil/october-2013/5/.idea/vcs.xml b/uil/october-2013/5/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/uil/october-2013/5/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/uil/october-2013/5/.idea/workspace.xml b/uil/october-2013/5/.idea/workspace.xml new file mode 100644 index 0000000..8d27988 --- /dev/null +++ b/uil/october-2013/5/.idea/workspace.xml @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +