Run id: 110506

Main.cc: In function 'int main()':
Main.cc:8:17: error: 'i' was not declared in this scope
            if(a[i]>100;a[i]=k)       
                 ^
Main.cc:8:23: error: expected ')' before ';' token
            if(a[i]>100;a[i]=k)       
                       ^
Main.cc:8:26: error: 'i' was not declared in this scope
            if(a[i]>100;a[i]=k)       
                          ^