// yukicoder My Practice // author: Leonardone @ NEETSDKASU #include using namespace std; typedef unsigned long ul; const ul MD = 1000000007UL; // 解説読後 // http://yukicoder.me/problems/882/editorial #define arrlen(x) (sizeof(x) / sizeof((x)[0])) char str[100]; int main() { puts("Hello World!"); return 0; }