运行 ID: 90118

Main.cc:1:2: error: invalid preprocessing directive #imclude; did you mean #include?
 #imclude
  ^~~~~~~
  include
Main.cc: In function ‘char l(int)’:
Main.cc:4:12: warning: comparison of constant ‘9’ with boolean expression is always true [-Wbool-compare]
     if(0<=n<=9) return '0'+n;
        ~~~~^~~
Main.cc:4:9: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses]
     if(0<=n<=9) return '0'+n;
        ~^~~
Main.cc: In function ‘void trans(int, int)’:
Main.cc:8:13: error: ‘cout’ was not declared in this scope
     if(x>X>>M;
     ^~~
Main.cc:16:5: note: suggested alternative: ‘main’
     cin>>X>>M;
     ^~~
     main