51CTO博客开发
#include <iostream> using namespace std; int main() { int *a = (int*)16; cout << *a ; }
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号