0_0_8082733_22090.c:1:19: iostream: No such file or directory
0_0_8082733_22090.c:2:17: cstdio: No such file or directory
0_0_8082733_22090.c:3:18: cstring: No such file or directory
0_0_8082733_22090.c:5: error: syntax error before "namespace"
0_0_8082733_22090.c:11: error: syntax error before "mul"
0_0_8082733_22090.c:11: error: syntax error before "a"
0_0_8082733_22090.c: In function `mul':
0_0_8082733_22090.c:14: error: `M' undeclared (first use in this function)
0_0_8082733_22090.c:14: error: (Each undeclared identifier is reported only once
0_0_8082733_22090.c:14: error: for each function it appears in.)
0_0_8082733_22090.c:14: error: syntax error before "t"
0_0_8082733_22090.c:15: error: `t' undeclared (first use in this function)
0_0_8082733_22090.c:21: error: `a' undeclared (first use in this function)
0_0_8082733_22090.c:21: error: `b' undeclared (first use in this function)
0_0_8082733_22090.c: At top level:
0_0_8082733_22090.c:26: error: syntax error before "pow"
0_0_8082733_22090.c:26: error: syntax error before "a"
0_0_8082733_22090.c: In function `pow':
0_0_8082733_22090.c:28: error: `t' undeclared (first use in this function)
0_0_8082733_22090.c:29: error: `a' undeclared (first use in this function)
0_0_8082733_22090.c:32: error: `M' undeclared (first use in this function)
0_0_8082733_22090.c:32: error: syntax error before "b"
0_0_8082733_22090.c:34: error: `b' undeclared (first use in this function)
0_0_8082733_22090.c: In function `main':
0_0_8082733_22090.c:46: error: `M' undeclared (first use in this function)
0_0_8082733_22090.c:46: error: syntax error before "a"
0_0_8082733_22090.c:49: error: `a' undeclared (first use in this function)
0_0_8082733_22090.c:50: error: `b' undeclared (first use in this function)
|