#include "stdio.h" #include "stdlib.h" int main(void) { /* 將字串nPtr 轉換成int 型態的數字*/ // 使用方法為int Number = atoi( const char ...
確定! 回上一頁