摘要: 程序流程结构,部分代码 阅读全文
posted @ 2021-02-02 17:29 stratus 阅读(96) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 using namespace std; 3 int main(){ 4 //加减乘除 5 int a1 = 10; 6 int b1 = 3; 7 8 9 cout<< a1 + b1 <<endl; 10 cout<< a1 - b1 <<endl; 阅读全文
posted @ 2021-02-02 17:26 stratus 阅读(81) 评论(0) 推荐(0)