{{{ #include #include #include #include #include using namespace std; void print(const char* first,...) { va_list l; va_start(l, first); for(int i = 0; i= num_underBar) { fputs(temp, stdout); break; } } i++; } } else if(first[i] == '@') { i++; if(first[i] == 'd') { int *i_array = va_arg(l, int*); int index = va_arg(l, int); char str[100]; putchar('{'); for(int x = 0; x