Revision history of "Segment Tree"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 00:24, 7 March 2019Tata (talk | contribs). . (1,475 bytes) +1,475. . (Created page with "* เอามาจาก wiki.acioi.in.th <syntaxhighlight lang="c++" line='line'> #include<stdio.h> #define INF 1000000001 int arr[1005],st[2005],n; //st = segment tree...")