228473_0_9385.c:1:19: iostream: No such file or directory
228473_0_9385.c:2: error: syntax error before "namespace"
228473_0_9385.c:3: error: syntax error before "gcd"
228473_0_9385.c:3: error: syntax error before "a"
228473_0_9385.c: In function `gcd':
228473_0_9385.c:4: error: `b' undeclared (first use in this function)
228473_0_9385.c:4: error: (Each undeclared identifier is reported only once
228473_0_9385.c:4: error: for each function it appears in.)
228473_0_9385.c:4: error: `a' undeclared (first use in this function)
228473_0_9385.c: In function `main':
228473_0_9385.c:8: error: `__int64' undeclared (first use in this function)
228473_0_9385.c:8: error: syntax error before "t"
228473_0_9385.c:9: error: `cin' undeclared (first use in this function)
228473_0_9385.c:9: error: `t' undeclared (first use in this function)
228473_0_9385.c:11: error: `n' undeclared (first use in this function)
228473_0_9385.c:12: error: `a' undeclared (first use in this function)
228473_0_9385.c:12: error: `b' undeclared (first use in this function)
228473_0_9385.c:13: error: `c' undeclared (first use in this function)
228473_0_9385.c:14: error: `i' undeclared (first use in this function)
228473_0_9385.c:16: error: `cout' undeclared (first use in this function)
228473_0_9385.c:16: error: `endl' undeclared (first use in this function)
|