摘要:
/* codewars,RGB To Hex Conversion,513e08acc600c94f01000001 */ #include <string> std::string rgb_to_hex(int r, int g, int b) { char hexChars[] = "01234 阅读全文
posted @ 2025-03-07 19:51
Kazuma_124
阅读(9)
评论(0)
推荐(0)
摘要:
int main(){ int num = 52; const int constNum = 52; //指向常量的指针 const int *ptrToConst = # //从右向左, 标识符是ptrToConst,*说明是指针,int说明指针指向的是int,const说明指向的int是 阅读全文
posted @ 2025-03-07 19:47
Kazuma_124
阅读(6)
评论(0)
推荐(0)

浙公网安备 33010602011771号