摘要: 一些其他的相关函数 1.scanf() 头文件#include <stdio.h> 2.cin #include <iostream> 遇到空格或回车结束 3.gets() 读到回车结束,在C++中运行会有bug提示,C++11已经抛弃这个函数,不建议使用。 4.getline() #include 阅读全文
posted @ 2019-06-03 09:30 低调小怪 阅读(10949) 评论(0) 推荐(1)