Unnamed
public text v1 · immutable#include <stdio.h>
main() {
int i;
for(i = 0; i < 1000000000000000; i++) {
printf("%016d\n", i);
fflush(stdout);
}
}
#include <stdio.h>
main() {
int i;
for(i = 0; i < 1000000000000000; i++) {
printf("%016d\n", i);
fflush(stdout);
}
}