#pragma once #include struct Note { std::string& name; int length; };