2002/10/16 (水) 08:32:41        [mirai]
#include <iostream>

void main()
{
    std::cout << "病院行きたくね" << std::endl;
}