diff options
author | Oskar <[email protected]> | 2024-08-12 19:33:50 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-12 19:33:50 +0200 |
commit | b42e5076ff9b43027377f71744e9c14935bf788f (patch) | |
tree | 6df30a6beb6e550735226aa1633dc917027cdddd /3p36.cpp | |
parent | 0863591e1aa4a172e376dcdc9c3e0d2c39a63019 (diff) |
i had fixed that issue earlier in the last commit with the if...else and break
Diffstat (limited to '3p36.cpp')
-rw-r--r-- | 3p36.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 () { |