682549_0_0_15722.c:1:20: iostream: No such file or directory
682549_0_0_15722.c:2: error: syntax error before "namespace"
682549_0_0_15722.c:4: error: syntax error before '&' token
682549_0_0_15722.c: In function `exgcd':
682549_0_0_15722.c:6: error: `b' undeclared (first use in this function)
682549_0_0_15722.c:6: error: (Each undeclared identifier is reported only once
682549_0_0_15722.c:6: error: for each function it appears in.)
682549_0_0_15722.c:8: error: `x' undeclared (first use in this function)
682549_0_0_15722.c:9: error: `y' undeclared (first use in this function)
682549_0_0_15722.c:10: error: `a' undeclared (first use in this function)
682549_0_0_15722.c: In function `main':
682549_0_0_15722.c:23: error: `cin' undeclared (first use in this function)
682549_0_0_15722.c:33: error: `cout' undeclared (first use in this function)
682549_0_0_15722.c:33: error: `endl' undeclared (first use in this function)
|