Judge Information

Run ID: 105514
src.cpp: In function 'long long int dnsvd(long long int)':
src.cpp:5:30: error: 'to_string' was not declared in this scope
string strX = to_string(x);
^
src.cpp:7:21: error: 'stoi' was not declared in this scope
dao = stoi(strX);
^