#include <applicat.h>
int mg3400(int argc, char* argv[])
{
TApplication a;
a.run(argc,argv,"?????????");
return 0;
}