0_0_2917545_1282.c:2: error: syntax error before "bool"
0_0_2917545_1282.c: In function `clique':
0_0_2917545_1282.c:4: error: `n' undeclared (first use in this function)
0_0_2917545_1282.c:4: error: (Each undeclared identifier is reported only once
0_0_2917545_1282.c:4: error: for each function it appears in.)
0_0_2917545_1282.c:5: error: `size' undeclared (first use in this function)
0_0_2917545_1282.c:5: error: `max' undeclared (first use in this function)
0_0_2917545_1282.c:8: error: `mat' undeclared (first use in this function)
0_0_2917545_1282.c:8: error: `u' undeclared (first use in this function)
0_0_2917545_1282.c: At top level:
0_0_2917545_1282.c:17: error: syntax error before "bool"
0_0_2917545_1282.c: In function `maxclique':
0_0_2917545_1282.c:20: error: `n' undeclared (first use in this function)
0_0_2917545_1282.c:22: error: `mat' undeclared (first use in this function)
0_0_2917545_1282.c: In function `main':
0_0_2917545_1282.c:29: error: syntax error before '/' token
0_0_2917545_1282.c:31: error: `bool' undeclared (first use in this function)
0_0_2917545_1282.c:31: error: syntax error before "mat"
0_0_2917545_1282.c:35: error: `mat' undeclared (first use in this function)
|