void lkhjh() {
    int a = 0;
    double k = 331;
    while (a < k) {
        a = a + 1 - k;
    }
}

int k;