Judge Information

Run ID: 109619
src.cpp: In function 'int sdn(int)':
src.cpp:4:34: error: 'to_string' was not declared in this scope
string numStr = to_string(num);
^
src.cpp:6:23: error: 'stoi' was not declared in this scope
return stoi(numStr);
^