79150525

Date: 2024-11-02 11:21:17
Score: 1.5
Natty:
Report link

just like this,Is it ok?? wrap your for loop with {}

{
    int i=0;
    char *str="abc";
    for(;i<9&&*str=='a';i++,str++)
    {
        //do something
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: littleyzp