<Python><PAT> 1082 Read Number in Chinese
读了那么久的中文,第一次觉得自己不懂中文。
<Python><PAT> 1081 Rational Sum
有点点复杂的字符串处理。使用Fraction类会很方便。想不起来的话就硬怼了。
<Python><PAT> 1080 Graduate Admission
使用Python爽爆的排序。这个题正好卡在了Python的时间线上,多运行几次,有时候能AC,有时候会有一个点超时。
<Python><PAT> 1072 Gas Station
单源最短路径的计算
<Python><PAT> 1077 Kuchiguse
题目得吧得吧半天,其实就是找公共后缀
<Python><PAT> 1078 Hashing
考点是哈希表的二次平方探针法
<Python><PAT> 1075 PAT Judge
行云流水使用Python排序,输出。然而,超时了。
<Python><PAT> 1073 Scientific Notation
看到字符串,请使用——