Search found 1 match

by vk.gamer
Tue Jul 18, 2006 5:08 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110449

Why i get TLE ?

Why i get TLE ?

My code is:
variable description
arr[p][0] = Block number below the block p, -1 for no block
arr[p][1] = Block number above the block p, -1 for no block
start[c] = bottom most block number in column c. -1 for no block
col[p] = Column number in which block p is present ...

Go to advanced search