运行 ID: 34302

Main.cc: In function ‘int main()’:
Main.cc:8:12: error: expected primary-expression before ‘or’ token
     if(k== or k==2) cout<<1;
            ^~
Main.cc:17:2: error: expected ‘}’ at end of input
  }
  ^