Run id: 93971

Main.cc:7:9: error: expected initializer before 'stu'
 student stu[10];
         ^
Main.cc: In function 'int main()':
Main.cc:9:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     for(int i=1;i=0;<10;i++){
                   ^
Main.cc:9:21: error: expected primary-expression before '<' token
     for(int i=1;i=0;<10;i++){
                     ^
Main.cc:9:24: error: expected ')' before ';' token
     for(int i=1;i=0;<10;i++){
                        ^
Main.cc:9:25: error: 'i' was not declared in this scope
     for(int i=1;i=0;<10;i++){
                         ^
Main.cc:15:16: error: 'stu' was not declared in this scope
             if(stu[j].a