.
Size: a a a
.
К
.
c++
#include <iostream>
#include <string>
int main() {
std::string *test = new std::string();
delete test;
std::string *test2 = new std::string();
*test = "ti pidor";
std::cout << &*test2 << std::endl << &*test;
}
0x2472c20
0x2472c20
cplusplus_gcc assumed, other valid options are cplusplus_clang, visual_cplusplus, you can be more specific next time.
.
.
Э
🎄T
К
.
.
К
Э
🎄T
Э
.
Э
.