| 
 | 
back to board_getchar_nolock can really boost your code So at first I got AC in 68 ms using scanf("%c", *char)  and then I replaced scanf with_getchar_nolock()  and got AC in 46 ms... Re: _getchar_nolock can really boost your code And 31 ms with _putchar_nolock!  |  
  | 
|