include<iostream>#include<string>intmain(){std::optional<int>o1,//emptyo2=1,//initfromrvalueo3=o2;//copy-constructor