不懂错在哪里...
Process exited with value 3221225477Hello, I think I have found your error. First, Q is empty at first, and when the for loop begin, p's...
"for (int i" vs "for (i"I think they are not the same. In first snippet, after for loop, you can still use 'i' , because 'i...
how can "auto&" deduce "int []"if you want to declare a reference to an array.You ought to declare like this: [quote]int(&a)[3] = b...
Get the quotient with decimal using for loopquo was initialized as 1.0 first. So when you input numbers. For example, 1. 90 2. 9 3. 3 It actuall...