#include int main(int argc, char *argv[]){ int a,b; char str[10]; // scanf("%d%d%s",&a,&b,str); printf("Hello World!\n"); return 0; }