int module(int k); int S[64]; int main(void) { for(int i=0;i<64;i++) { S[i]=module(i); } while (1) { } }