运行 ID: 41571

Main.cc: In function ‘int main()’:
Main.cc:5:14: error: ‘k’ was not declared in this scope
  int n,m,j=0;k;
              ^
Main.cc:5:8: warning: unused variable ‘m’ [-Wunused-variable]
  int n,m,j=0;k;
        ^