foo.cc:12:8: error: stray '\342' in program
12 | printf(“cold”);
| ^
foo.cc:12:9: error: stray '\200' in program
12 | printf(“cold”);
| ^
foo.cc:12:10: error: stray '\234' in program
12 | printf(“cold”);
| ^
foo.cc:12:15: error: stray '\342' in program
12 | printf(“cold”);
| ^
foo.cc:12:16: error: stray '\200' in program
12 | printf(“cold”);
| ^
foo.cc:12:17: error: stray '\235' in program
12 | printf(“cold”);
| ^
foo.cc: In function 'int main()':
foo.cc:12:11: error: 'cold' was not declared in this scope
12 | printf(“cold”);
| ^~~~
foo.cc:14:9: error: expected '}' at end of input
14 | return 0;
| ^
foo.cc:5:1: note: to match this '{'
5 | {
| ^
foo.cc:8:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
8 | scanf("%d",&q);
| ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务