#9000: TLE 就是I/O造成的


p3a_owhj (阿普二信)


我第1次使用 map<string , int > + cin + cout 逾時

第2次改     map<int, int> +scanf + cout 逾時

第3次改     int word[26^4] + scanf + printf  AC   0.1s

又試了一次 map<int , int>  + scanf + printf   AC   0.3s

又試了一次 map<string , int>  + scanf + printf   AC   0.5s