2024-12-10 20:28:30 +01:00

10 lines
109 B
C

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