#include <iostream>
using namespace std;
// cosa stampa questo esercizio
string x,z;
int main() {
x="pippo";
z="pluto";
x=z;
cout<<x;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwovLyBjb3NhIHN0YW1wYSBxdWVzdG8gZXNlcmNpemlvCgpzdHJpbmcgeCx6OwppbnQgbWFpbigpIHsKICAgeD0icGlwcG8iOwogICB6PSJwbHV0byI7CiAgIAogICB4PXo7CiAgIGNvdXQ8PHg7CglyZXR1cm4gMDsKfQ==