Home > Q&A > body text
天蓬老师2017-04-17 13:30:18
No exception occurred
float ever;
changed to
float ever = 0;
C++ variables will be randomly assigned if not initialized
巴扎黑2017-04-17 13:30:18
ever must be initialized, otherwise it will be assigned a random value
怪我咯2017-04-17 13:30:18
ever is not initialized to 0
Home
Course
Q&A
My