English(英语)
I met an issue during compile and run below file with pragma vector.
For 'for' statement, when I change
for (int i=1; ito
for (int i=0; I
the programis compiled and run successfully, otherwise, compiled but fail to running.
Any issue and suggestion?
Thanks,
Wise
main.cc source file
#include
using namespace std;