Run id: 133396

Main.cc:1:26: warning: extra tokens at end of #include directive
 #include  ?
                          ^
Main.cc: In function 'int main()':
Main.cc:13:5: error: 'cnt' was not declared in this scope
     cnt++; //取出的次数加一 
     ^