#include void copy_ptr(std::shared_ptr& a, std::shared_ptr const& b); void move_ptr(std::shared_ptr& a, std::shared_ptr& b); int main() { }