#include<stdio.h> int main() { int a = 5,b = 3; printf(&a["Ya!Hello!How is this?\n"],&b["junke/super"]); return 0; }