#include <iostream> #include <string> int main() { std::string s = "There is no spoon."; std::cout << s.find("no") << std::endl; return 0; } /* 《程式語言 ...
確定! 回上一頁