#include <ctype.h> // isdigit 头文件#include <limits.h> // INT_MAX 头文件int my_atoi(char *str) { int i = 0; int flag = 1; unsigned int data ...
確定! 回上一頁