230785_0_146.c:1:20: iostream: No such file or directory
230785_0_146.c:2:18: string: No such file or directory
230785_0_146.c:3: error: syntax error before "namespace"
230785_0_146.c: In function `main':
230785_0_146.c:6: error: syntax error before '/' token
230785_0_146.c:11: error: `string' undeclared (first use in this function)
230785_0_146.c:11: error: (Each undeclared identifier is reported only once
230785_0_146.c:11: error: for each function it appears in.)
230785_0_146.c:11: error: syntax error before "str1"
230785_0_146.c:13: error: syntax error before ')' token
230785_0_146.c:18: error: `str2' undeclared (first use in this function)
230785_0_146.c:20: error: redeclaration of 'g' with no linkage
230785_0_146.c:10: error: previous declaration of 'g' was here
230785_0_146.c:23: error: `sum' undeclared (first use in this function)
230785_0_146.c:26: error: `str1' undeclared (first use in this function)
230785_0_146.c:44: error: syntax error before "temp"
230785_0_146.c:47: error: `temp' undeclared (first use in this function)
230785_0_146.c:50: error: syntax error before '/' token
230785_0_146.c:51: error: `i' undeclared (first use in this function)
230785_0_146.c:51: error: syntax error before ')' token
230785_0_146.c:54: error: `cout' undeclared (first use in this function)
230785_0_146.c:54: error: `endl' undeclared (first use in this function)
230785_0_146.c: At top level:
230785_0_146.c:56: error: syntax error before '/' token
|