#include <stdio.h>
int main(int argc, int *argv[]) {
// your code goes here
char str[100], d[4][3];
printf("\nThe address is: %p", argv
[0]); printf("\nThe string is: %s", str
); sscanf(str
+6, "%2s%2s%2s%2s", d
[0], d
[1], d
[2], d
[3]); printf("\n\n%s / %s / %s / %s\n", d
[0], d
[1], d
[2], d
[3]); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbihpbnQgYXJnYywgaW50ICphcmd2W10pIHsKCS8vIHlvdXIgY29kZSBnb2VzIGhlcmUKCWNoYXIgc3RyWzEwMF0sIGRbNF1bM107CglwcmludGYoIlxuVGhlIGFkZHJlc3MgaXM6ICVwIiwgYXJndlswXSk7CglzcHJpbnRmKHN0ciwgIiVwIiwgYXJndlswXSk7CglwcmludGYoIlxuVGhlIHN0cmluZyBpczogJXMiLCBzdHIpOwogICAgc3NjYW5mKHN0cis2LCAiJTJzJTJzJTJzJTJzIiwgZFswXSwgZFsxXSwgZFsyXSwgZFszXSk7CiAgICBwcmludGYoIlxuXG4lcyAvICVzIC8gJXMgLyAlc1xuIiwgZFswXSwgZFsxXSwgZFsyXSwgZFszXSk7CglyZXR1cm4gMDsKfQo=