<?php
//require __DIR__ . '/C0.php';
//require __DIR__ . '/A0.php';
function main()
{
$o = new A0;
$o->run();
}