#pragma once struct Stack { int id; Stack() : id(0) {} };