Error-prone point summary

1. The inner loop variable is not initialized

for()

{

int a = 0;

}

Each set to 0, to prevent accumulation

Guess you like

Origin www.cnblogs.com/Marigolci/p/11355759.html