运行 ID: 361441

Main.cc: In function ‘int main()’:
Main.cc:11:3: error: ‘s’ was not declared in this scope
   s+=a[i];
   ^
Main.cc:15:1: error: expected ‘}’ at end of input
 }
 ^