#include #include void preorder(int *a, int b, int i, int level) { if (i >=b) return; for (int j = 0; j