Search found 1 match

by t-s-n
Sat May 20, 2006 2:25 pm
Forum: Volume 109 (10900-10999)
Topic: 10904 - Structural Equivalence
Replies: 13
Views: 6391

too crazy...

Hi,
as this is the one and only post for problem #10904, I'll ask here:

do you have some more test-cases for this problem ?

What's the output for:
type A = int
type B = char
type C = A
-
type A = B
type B = A
-
type A = int
type B = char
type C = struct(A B)
type D = struct(A A)
type E = struct(B ...

Go to advanced search