Home > Q&A > body text
// VS2015 + win10 + Debug x86 #include<iostream> using namespace std; int main() { cout << sizeof("001rrreee1"); //5 return 0; }
Seek to explain.
天蓬老师2017-05-16 13:25:27
I understand, the above is wrong.