摘要: #include <stdio.h> #include <stdlib.h> int main() { long aa = 123; long aaa = &aa; // warning: initialization of ‘long int’ from ‘long int *’ makes in 阅读全文
posted @ 2023-08-04 12:46 etfolin 阅读(8) 评论(0) 推荐(0) 编辑