Main.cc:4:7: error: stray ‘\342’ in program scanf(“%d”,&t); ^ Main.cc:4:8: error: stray ‘\200’ in program scanf(“%d”,&t); ^ Main.cc:4:9: error: stray ‘\234’ in program scanf(“%d”,&t); ^ Main.cc:4:12: error: stray ‘\342’ in program scanf(“%d”,&t); ^ Main.cc:4:13: error: stray ‘\200’ in program scanf(“%d”,&t); ^ Main.cc:4:14: error: stray ‘\235’ in program scanf(“%d”,&t); ^ Main.cc:9:8: error: stray ‘\342’ in program printf(“没找到\n”); ^ Main.cc:9:9: error: stray ‘\200’ in program printf(“没找到\n”); ^ Main.cc:9:10: error: stray ‘\234’ in program printf(“没找到\n”); ^ Main.cc:9:11: error: stray ‘\346’ in program printf(“没找到\n”); ^ Main.cc:9:12: error: stray ‘\262’ in program printf(“没找到\n”); ^ Main.cc:9:13: error: stray ‘\241’ in program printf(“没找到\n”); ^ Main.cc:9:14: error: stray ‘\346’ in program printf(“没找到\n”); ^ Main.cc:9:15: error: stray ‘\211’ in program printf(“没找到\n”); ^ Main.cc:9:16: error: stray ‘\276’ in program printf(“没找到\n”); ^ Main.cc:9:17: error: stray ‘\345’ in program printf(“没找到\n”); ^ Main.cc:9:18: error: stray ‘\210’ in program printf(“没找到\n”); ^ Main.cc:9:19: error: stray ‘\260’ in program printf(“没找到\n”); ^ Main.cc:9:20: error: stray ‘\’ in program printf(“没找到\n”); ^ Main.cc:9:22: error: stray ‘\342’ in program printf(“没找到\n”); ^ Main.cc:9:23: error: stray ‘\200’ in program printf(“没找到\n”); ^ Main.cc:9:24: error: stray ‘\235’ in program printf(“没找到\n”); ^ Main.cc:11:8: error: stray ‘\342’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:9: error: stray ‘\200’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:10: error: stray ‘\234’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:11: error: stray ‘\346’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:12: error: stray ‘\211’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:13: error: stray ‘\276’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:14: error: stray ‘\345’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:15: error: stray ‘\210’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:16: error: stray ‘\260’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:17: error: stray ‘\344’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:18: error: stray ‘\272’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:19: error: stray ‘\206’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:22: error: stray ‘\344’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:23: error: stray ‘\270’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:24: error: stray ‘\213’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:25: error: stray ‘\346’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:26: error: stray ‘\240’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:27: error: stray ‘\207’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:28: error: stray ‘\344’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:29: error: stray ‘\270’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:30: error: stray ‘\272’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:34: error: stray ‘\’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:36: error: stray ‘\342’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:37: error: stray ‘\200’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:38: error: stray ‘\235’ in program printf(“找到了!,下标为%d \n”,i); ^ Main.cc:1:11: error: ‘::main’ must return ‘int’ void main() ^ Main.cc: In function ‘int main()’: Main.cc:4:10: error: expected primary-expression before ‘%’ token scanf(“%d”,&t); ^ Main.cc:4:11: error: ‘d’ was not declared in this scope scanf(“%d”,&t); ^ Main.cc:4:1: error: ‘scanf’ was not declared in this scope scanf(“%d”,&t); ^~~~~ Main.cc:9:21: error: ‘n’ was not declared in this scope printf(“没找到\n”); ^ Main.cc:9:1: error: ‘printf’ was not declared in this scope printf(“没找到\n”); ^~~~~~ Main.cc:9:1: note: suggested alternative: ‘int’ printf(“没找到\n”); ^~~~~~ int Main.cc:11:21: error: expected primary-expression before ‘,’ token printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:31: error: expected primary-expression before ‘%’ token printf(“找到了!,下标为%d \n”,i); ^ Main.cc:11:1: error: ‘printf’ was not declared in this scope printf(“找到了!,下标为%d \n”,i); ^~~~~~ Main.cc:11:1: note: suggested alternative: ‘int’ printf(“找到了!,下标为%d \n”,i); ^~~~~~ int