运行 ID: 82234

Main.cc: In function ‘int main()’:
Main.cc:4:23: warning: unused variable ‘digit’ [-Wunused-variable]
     int m,k,count = 0,digit = 0;
                       ^~~~~
Main.cc: At global scope:
Main.cc:26:1: error: expected declaration before ‘}’ token
 }
 ^