M5W4TMCBNYUL2HKUTMSOVTAMGQ64TIAPI2J3B5MSXDXPFWMNUHEQC
KFAZLLD4LE57TG4FQOALXN4HPIHYAY5MHUJVLNK5GENHMWE3FAMAC
W4GO7FDWEIB7DK7UODQ3IBKLIEQA2WHZVDRBOFRHYYIZ4AO5XDLAC
U4QV4WLONQATENA324MPM3QGOGNMGBEPI3BBG76QHANRKAFGEQBAC
string si = std::to_string(i); string ical = std::to_string(100.0/i);
string si = std::to_string(i);
string ical = std::to_string(100.0/i);
string si = to_string(i); string ical = to_string(100.0/i);
string si = to_string(i);
string ical = to_string(100.0/i);
using std::to_string;
const map<ElementType, std::string> symbol {
const map<ElementType, string> symbol {