#include #include int main() { int i; system("hostname"); printf("I am No. %s of a group of %s.\n", getenv("MYID"), getenv("GROUPSIZE")); return 0; }