1.C++
不要使用cin,cout,该使用scanf和printf
2.Java
不要使用Scanner,改用BufferedReader
3.Python
在文件开始的地方加入
import psyco psyco.full()