코드


---


#include <stdio.h>

#include <string>


int main()

{

int a;

string b = to_string(a);

return 0;

}


---


에러