摘要: 1.github注册失败,也不知道是怎么回事 2.PTA作业超时,ch1有一题未做。以后要注意看清ddl,争取提前完成,不拖沓。 3.很多基础的东西还不清楚有什么作用,看课本和B站自己学习。 阅读全文
posted @ 2020-10-11 22:03 涂一波 阅读(27) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>using namespace std;int main(){ int a,b; cin>>a>>b; cout<<a<<" + "<<b<<" = "<<a+b<<endl; system("pause") ; return 0;} #include<iost 阅读全文
posted @ 2020-10-11 21:31 涂一波 阅读(31) 评论(0) 推荐(0) 编辑