Compile Error

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)提供评测服务

信息

递交者
类型
递交
题目
P1012 判断奇数
语言
C++
递交时间
2022-07-13 16:03:52
评测时间
2022-07-13 16:03:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes