2022年9月23日

摘要: 16.02 15.03 17.88 12.12 12.12 16.02 15.03 12.12 12.12 17.88 第一轮12.12 15.03 12.12 16.02 17.88 第二轮12.12 12.12 15.03 16.02 17.88 第三轮 阅读全文
posted @ 2022-09-23 21:24 lydstory 阅读(13) 评论(0) 推荐(0)
摘要: int a[4] = {1,2,3,4}; int p = a[2]<<1; cout<<p<<endl; 阅读全文
posted @ 2022-09-23 20:54 lydstory 阅读(109) 评论(0) 推荐(0)
摘要: 语言中#undef的语法定义是:#undef 标识符,用来将前面定义的宏标识符取消定义。 阅读全文
posted @ 2022-09-23 20:10 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: int cmp(int a, int b) { return (a > b)?1:((a == b )?0:-1); } int _tmain(int argc, _TCHAR* argv[]) { int a = 2; int b = 3; cout<<cmp(a,b)<<endl; cout<< 阅读全文
posted @ 2022-09-23 18:34 lydstory 阅读(65) 评论(0) 推荐(0)

导航