#include <stdio.h>
#include <string.h>
#include <string>
using namespace std;
class Test{
public:
int a;
int b;
int c;
int d;
int e;
int f;
string g;
string h;
string i;
string j;
};
int main()
{
{
Test t;
t.a = 1;
t.b = 2;
t.c = 3;
t.d = 4;
t.e = 5;
t.f = 6;
t.g = "iuwieuwoihrewurhfewfewfpweofipwoeif";
t.h = "I am Tony";
t.i = "Do you know that I love you";
t.j = "yyusydusyd";
}
}
gdb-set print pretty on
最新推荐文章于 2025-03-17 14:21:14 发布