运行 ID: 30389

Main.cc:3:1: error: ‘iny’ does not name a type; did you mean ‘int’?
 iny a[20],b[20];
 ^~~
 int
Main.cc: In function ‘int main()’:
Main.cc:14:8: error: ‘a’ was not declared in this scope
   cin>>a[cnt]>>s[cnt]>>b[cnt];
        ^
Main.cc:14:24: error: ‘b’ was not declared in this scope
   cin>>a[cnt]>>s[cnt]>>b[cnt];
                        ^
Main.cc:17:29: error: ‘b’ was not declared in this scope
  for(int i=0;i