From b42e5076ff9b43027377f71744e9c14935bf788f Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 12 Aug 2024 19:33:50 +0200 Subject: i had fixed that issue earlier in the last commit with the if...else and break --- 3p36.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '3p36.cpp') diff --git a/3p36.cpp b/3p36.cpp index 3928de5..4eb9b9e 100644 --- a/3p36.cpp +++ b/3p36.cpp @@ -8,11 +8,7 @@ * * 3.36 * - * I found a little bit of strangeness when comparing the vectors with '==' - * If i input for example 5 1's to the first vector - * and then i enter maybe 2 1's to the 2nd vector - * and then afterwards hit CTRL+D, the vector evaluates - * as equal... Not sure if it's supposed to be like this, they clearly aren't the same... + * */ int main () { -- cgit v1.2.3