Structural Equivalence
Problem Number:
10 904
Type of Problem:
Problem Category:
Input:
Random Input
0
0
Critical Input:
Random Input:
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 A)
type F = struct(B B)
-
type A = int
type B = int
type C = struct(A B)
type D = struct(A A)
type E = struct(B A)
type F = struct(B B)
--
Problem Description Link:
Problem Id:
10904
