1 2 3 4 5 6 7 8 9
#include <iostream> #include <string> using namespace std; int str_to_int(string a); int main() { string s = "-7868";