... sizeof(pids) / sizeof(int); i ) { if (pids[i] == 2) { std::cout << "found 2" << std::endl; } } std::cout << i << std::endl; return 0; }.
確定! 回上一頁