完整源代码如下:
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <vector>
using namespace std;
int
main(
argc, char
*
argv[])
{
vector<
> vec;
vec.push_back(
0x10
);
0x11
0x12
vec.pop_back();
for
(
i
=
0
; i < vec.size(); i
+
)
cout << vec[i] << endl;
}
system(
"pause"
return
;
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)