#include <stdio.h>
void fun(char *a[]){
}
int main(void) {
// your code goes here
char *x[3];
x[0]="abcd";
x[1]="abcdef";
fun(x);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+Cgp2b2lkIGZ1bihjaGFyICphW10pewoJcHJpbnRmKCIlcyIsKisrYSk7Cgl9CgppbnQgbWFpbih2b2lkKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCgljaGFyICp4WzNdOwoJeFswXT0iYWJjZCI7Cgl4WzFdPSJhYmNkZWYiOwoJZnVuKHgpOwoJcmV0dXJuIDA7Cn0K