上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 345 下一页
摘要: #include using namespace std;#define LENGTH 10 #define WIDTH 5#... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: 全局变量 #include using namespace std;// 全局变量声明int g = 20;int main (){ // 局部变量声明 // cout << g ; int g = 10; cout << g... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: 全局变量 #include using namespace std;// 全局变量声明int g = 20;int main (){ // 局部变量声明 // cout << g ; int g = 10; cout << g... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: #include using namespace std;// 全局变量声明int g = 20;int main (){ // ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: #include using namespace std;// 全局变量声明int g = 20;int main (){ // ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: #include using namespace std;//变量声明extern int a,b;extern int c;ext... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: #include using namespace std;//变量声明extern int a,b;extern int c;ext... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: c++ 变量声明 #include using namespace std;//变量声明extern int a,b;extern int c;extern float f;int main(){ //变量定义 int a,b; ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: c++ 变量声明 #include using namespace std;//变量声明extern int a,b;extern int c;extern float f;int main(){ //变量定义 int a,b; ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: c++ 数据类型 #include using namespace std;int main(){ cout ::max)(); cout ::min)() ::max)(); cout ::min)() ::max)... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(13) 评论(0) 推荐(0)
上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 345 下一页