摘要: 以前虽然学过C++,但是感觉就是C的风格,现在开始认真学习一下C++了。 1.输入输出流 如果不加using namespace std,则cin和cout前面需要加std:: 像这样: #include<iostream> //using namespace std; int main(){ in 阅读全文
posted @ 2020-10-08 23:13 YWQQwQ 阅读(139) 评论(0) 推荐(0)