#include int main(){ int i; for(i = 0; i <= 255; i++) { printf("121.%d.0.0 121.%d.255.255\n", i, i); } return 0;}