摘要: #include<iostream> using namespace std; int main() { cout << "sizeof(int*)="<<sizeof(int*) << endl; cout << "sizeof(int)=" << sizeof(int) << endl; } c 阅读全文
posted @ 2020-05-13 19:01 Aniston 阅读(500) 评论(0) 推荐(0)