創新工場塗鴉移動2018校園招聘測試題

1寫一個算法判斷某個字符串是否是一個合法的IP地址。ios #include <string.h> #include <stdlib.h> #include <iostream> using namespace std; bool IsIpaddr(char *ipaddr) { if(ipaddr == NULL) return false; char *t
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息