#include<cstdio>
using namespace std;
int main(){
#define pc putchar
pc('H');
pc('E');
pc('L');
pc('L');
pc('O');
pc(',');
pc(' ');
pc('W');
pc('O');
pc('R');
pc('L');
pc('D');
pc('!');
return 0;
}
Trùm CUỐI 2019-12-11 16:01:44 2019-12-11 16:02:02
#include<cstdio>
using namespace std;
int main(){
#define pc putchar
pc('H');
pc('E');
pc('L');
pc('L');
pc('O');
pc(',');
pc(' ');
pc('W');
pc('O');
pc('R');
pc('L');
pc('D');
pc('!');
return 0;
}