

#include <iostream>
using namespace std;
int main() {
int *p = (int *) 0x1100;
cout << *p << endl;
return 0;
}


#include <iostream>
using namespace std;
int main() {
int *p = (int *) 0x1100;
cout << *p << endl;
return 0;
}
883
1498
3630
1250

被折叠的 条评论
为什么被折叠?