摘要: 1.变量的定义与输出 #include <iostream> using namespace std; int main() { int a = 10; cout << "a = "<< a << endl; system("pause"); return 0; } 2.常量的定义与输出 常量定义两 阅读全文
posted @ 2022-06-08 13:53 (⊃・ᴥ・)つ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main() { cout << "hello world " << endl; system("pause"); return 0; } 阅读全文
posted @ 2022-06-08 13:26 (⊃・ᴥ・)つ 阅读(18) 评论(0) 推荐(0) 编辑