摘要:
C++对C的增强,表现在两个方面: (1) 在原来面向过程的机制基础上,对C语言的功能做了不少扩充。(2) 增加了面向对象的机制。 // test1 #include <iostream> using namespace std; int main() { count << "This is a C 阅读全文
摘要:
import random import os import string first = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" second = "abcdefghijklmnopqrstuvwxyz" number = "345" index = 0 array = [] # 阅读全文