摘要: ```c #include #include int main() { long aa = 123; long aaa = &aa; // warning: initialization of ‘long int’ from ‘long int *’ makes integer from point 阅读全文
posted @ 2023-08-04 12:46 etfolin 阅读(7) 评论(0) 推荐(0) 编辑