Please Login First!"; exit(1); } ?> find('img') as $element) $element->src=$baseurl.$element->src; $element=$html->find('h1',0); $title=$element->plaintext; $element=$html->find('span',0); $tlimit=$element->plaintext; $tlimit=substr($tlimit,12); $tlimit=substr($tlimit,strpos($tlimit, '/')+1,strpos($tlimit, ' MS') - strpos($tlimit, '/')); $mlimit=$element->plaintext; $mlimit=substr($mlimit, strpos($mlimit, "Memory")); $mlimit=substr($mlimit, strpos($mlimit, '/')+1,strpos($mlimit, ' K') - strpos($mlimit, '/')); //echo $mlimit; $tlimit/=1000; $mlimit/=1000; $element=$html->find('div[class=panel_content]',0); $descriptionHTML=$element->outertext; $element=$html->find('div[class=panel_content]',1); $inputHTML=$element->outertext; $element=$html->find('div[class=panel_content]',2); $outputHTML=$element->outertext; $element=$html->find('pre',0); $element=$element->find('div',0); $sample_input=$element->innertext; $element=$html->find('pre',1); $element=$element->find('div',0); $sample_output=$element->innertext; ?>

Problem Id:  New Problem from acm.hdu.edu.cn

HDU

Title: Time Limit:S Memory Limit:MByte

Description:

Input:

Output:

Sample Input: Sample Output:

Test Input: Test Output:

Hint:
SpecialJudge: NY

Source: