摘要:The Python Tutorial Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective
阅读全文
摘要:#include #include #include #include #include #include using namespace std; int main() { // demonstrate reverse an int array int a[4] = {3,2,4,1}; reverse(a,a+4); cout...
阅读全文