<< endl; return 0; } int a = lua_tonumber(L, 1); // Get the first parameter , minuend int b = lua_tonumber(L, 2); // Get the second ...
確定! 回上一頁