Main.cc: In function 'int main()':
Main.cc:5:13: warning: right operand of comma operator has no effect [-Wunused-value]
for(a=100,i<=999;i++){
^
Main.cc:5:22: error: expected ';' before ')' token
for(a=100,i<=999;i++){
^