2 líneas
50 B
C
2 líneas
50 B
C
int main() { int i; for (i = 0;;) { return 0; } }
|
int main() { int i; for (i = 0;;) { return 0; } }
|