Skip to content

Latest commit

 

History

History

UVA1237

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

因為有可能是以下case,所以就算是由小排到大還是必須要myData[i].L>price才能斷定有無重複

       price   
         |
------------
  ----   |
    -----------------------
         |

if(myData[i].L>price) break;