komentar
This commit is contained in:
parent
82e5862752
commit
24ea59f8bb
|
@ -139,3 +139,25 @@ int main() {
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// wynik tego kodu:
|
||||||
|
// p[0].str = If
|
||||||
|
// p[0].len = 2
|
||||||
|
|
||||||
|
// p[1].str = wantered
|
||||||
|
// p[1].len = 8
|
||||||
|
|
||||||
|
// p[2].str = relation
|
||||||
|
// p[2].len = 8
|
||||||
|
|
||||||
|
// p[3].str = no
|
||||||
|
// p[3].len = 2
|
||||||
|
|
||||||
|
// p[4].str = surprise
|
||||||
|
// p[4].len = 8
|
||||||
|
|
||||||
|
// p[5].str = of
|
||||||
|
// p[5].len = 2
|
||||||
|
|
||||||
|
// p[6].str = all
|
||||||
|
// p[6].len = 3
|
||||||
|
|
Loading…
Reference in New Issue