diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-11 18:07:13 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-05-11 18:07:13 +0200 |
commit | 2777aee31cb1bf6e90175d646c90945711049059 (patch) | |
tree | fb42b45f3d616f3962918d34b29b3a27187dd7be /cpp | |
parent | 41ff4f5733ca17201e25e136e3be65121b81264b (diff) |
modified lsw
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/lswf.cpp | 6 |
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]; |