0
How to calculate, Please help
int a, b; a = 0; b = 0; b++; ++b; b++; ++b; ++a; cout<<++a+(++a*b++)*(++a*b++)<<++b;
5 Answers
+ 1
manually, result is 2427 but using playground, result is 3647
+ 1
What is hard-run result
+ 1
2427 is the final result.