shahmiBro
void baqarah(int n) {
std::cout << n << std::endl;
if(!(std::equal_to<int>().operator()(n,286))
baqarah(n+1);
}

assume n is 1;
載入新的回覆