summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-05-11 18:07:13 +0200
committerSanto Cariotti <sancn@live.com>2017-05-11 18:07:13 +0200
commit2777aee31cb1bf6e90175d646c90945711049059 (patch)
treefb42b45f3d616f3962918d34b29b3a27187dd7be /cpp
parent41ff4f5733ca17201e25e136e3be65121b81264b (diff)
modified lsw
Diffstat (limited to 'cpp')
-rw-r--r--cpp/lswf.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/lswf.cpp b/cpp/lswf.cpp
index 218a9c8..ea2551f 100644
--- a/cpp/lswf.cpp
+++ b/cpp/lswf.cpp
@@ -44,12 +44,6 @@ int main()
}
int* seq = new int[lastc];
-<<<<<<< HEAD
- for(i = 0; i < lastc; i++) cout << caracts[i] << ' '; cout << endl;
-=======
- for(i = 0; i < lastc; i++) cout << caracts[i] << endl; cout << endl;
->>>>>>> devs
-
seq[0] = 1;
for(i = lastc; i > 0; i--) {
potSomma = somma + caracts[i];