You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#include <sqlite3.h>
|
|
|
|
|
|
|
|
extern int * seg;
|
|
|
|
|
|
|
|
void build(sqlite3_stmt *stmt, int l, int r, int n);
|
|
|
|
|
|
|
|
void update(int x, int v, int l, int r, int n);
|
|
|
|
|
|
|
|
void query(int *res, int v, int l, int r, int n);
|