运行 ID: 40961

Main.cc: In function ‘int main()’:
Main.cc:6:5: error: ‘intcnt’ was not declared in this scope
     intcnt=0;
     ^~~~~~
Main.cc:6:5: note: suggested alternative: ‘int8_t’
     intcnt=0;
     ^~~~~~
     int8_t
Main.cc:14:17: error: ‘swapa’ was not declared in this scope
                 swapa(a[j],a[j]+1);
                 ^~~~~
Main.cc:15:17: error: ‘cnt’ was not declared in this scope
                 cnt++;
                 ^~~
Main.cc:15:17: note: suggested alternative: ‘int’
                 cnt++;
                 ^~~
                 int
Main.cc:19:11: error: ‘cnt’ was not declared in this scope
     cout<