RT,在做P11140的时候,我把int cnt = 0, l = 1;放到main函数外跑了 693ms,TLE 了。但是放到main函数里就跑了420ms过了,为什么?
int cnt = 0, l = 1;