摘要:
#include <iostream> using namespace std; int main(){ //声明Bool变量 bool flag1 = false; bool flag2 = true; //输出bool变量 cout << "False:" << false << endl; c 阅读全文
posted @ 2021-06-29 15:55
江南王小帅
阅读(157)
评论(0)
推荐(0)
摘要:
#include <iostream> #define PI 3.1416 using namespace std; int main() { int i = 100; #if 1 cout << "i = " << i << endl; #endif #ifdef PI cout << "1 PI 阅读全文
posted @ 2021-06-29 15:42
江南王小帅
阅读(21)
评论(0)
推荐(0)
摘要:
// Project18.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include<iostream> using namespace std; int main() { char Tab = '\t'; //水平制表符 cout << 1 << Tab << 阅读全文
posted @ 2021-06-29 15:16
江南王小帅
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号