• + 0 comments

    int main() { int a, b; scanf("%d\n%d", &a, &b); for(int i =a; i

    }
    return 0;
    

    }