Run id: 144035
Main.cc: In function 'int s(int, int*)':
Main.cc:12:22: error: expected primary-expression before ';' token
int b=y[2]/y[;1]
^
Main.cc:12:22: error: expected ']' before ';' token
Main.cc:12:24: error: expected ';' before ']' token
int b=y[2]/y[;1]
^
Main.cc:13:20: warning: statement has no effect [-Wunused-value]
for(int i=x;i>5;i--){
^
Main.cc:13:22: warning: statement has no effect [-Wunused-value]
for(int i=x;i>5;i--){
^
Main.cc:13:28: error: expected ';' before ')' token
for(int i=x;i>5;i--){
^
Main.cc:18:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^