Hello, i am writing a c++ program, i want to use a function that has a lot of cin inputs,
but after the first string input (when the input is int or double it works fine) the console closes down with an error code (-858993460), the strange thing is that the error code is shown 4 times instead of one.
Example:
[here goes the string input]
-858993460
-858993460
-858993460
A testcase is said to reproduce the problem if, when we independently try to compile and run the testcase locally, we get the same compiler error (or our compiler's version of it) or erroneous program output specified in the testcase. A testcase that does not reproduce the problem is useless