Content deleted Content added
No edit summary |
No edit summary |
||
Line 21:
char tx[3]="fa";
char ty[2]="fa";
</source>
Line 28 ⟶ 29:
int j[2] = {rand(), k[0]};
MyClass* xox = new MyClass (0, "zaza");
▲struct point {int x; int y;} p = {rand(), i};
point q = {0, i+1};
</source>
|