“常用公式”在线计算,“设计手册”在线查询
例如输入字符串"345",则输出整数345。
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 支持支持 反对反对

共 1 个关于本帖的回复 最后回复于 2013-8-16 13:04

沙发
王萍 新来的 发表于 2013-8-16 13:04:35 | 只看该作者
研发埠培训中心
Thisquestion checks how the interviewee is familiar with C/C++? I’m so bad atC/C++...intatoi(char * str) {  int neg = 0;  char * p = str;  if (*p == ‘-’) {    p++; neg = 1;  } else if (*p == ‘+’) {    p++;  }  int num = 0;  while (*p != ‘\0’) {    if (*p>='0' && *p <= '9') {      num = num * 10 + (*p-’0’);    } else {      error(“illegal number”);    }    p++;  }  return num;}PS: I didn’t figure out how to tell a overflow problem easily.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注我们

360网站安全检测平台