摘要: 1.交换数值:使用swap(A,B)即可。相应头文件为iostream。 2.getline(cin,s) //接受一个字符串,可以接受空格并输出。必须包含头文件#include<cstring>; 3.extern int islower(int c); 用法:#include <ctype.h> 阅读全文
posted @ 2018-05-22 21:48 DF11G0001 阅读(135) 评论(0) 推荐(0)