Skip to content

Instantly share code, notes, and snippets.

View kiwiyou's full-sized avatar
🥝

kiwiyou kiwiyou

🥝
View GitHub Profile
@kiwiyou
kiwiyou / lib.hpp
Last active October 23, 2025 11:54
data generation
#ifndef _DEV_KIWIYOU_GENERATOR_
#define _DEV_KIWIYOU_GENERATOR_
#include <queue>
#include <ranges>
#include <set>
#include <utility>
#include <vector>
namespace kiwiyou {