摘要:
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
(⊃・ᴥ・)つ
阅读(46)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; int main() { cout << "hello world " << endl; system("pause"); return 0; } 阅读全文
posted @ 2022-06-08 13:26
(⊃・ᴥ・)つ
阅读(32)
评论(0)
推荐(0)

浙公网安备 33010602011771号