foo.cc: In function 'int main()':
foo.cc:5:9: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    5 |  printf("");
      |         ^~
foo.cc:11:10: warning: too many arguments for format [-Wformat-extra-args]
   11 |   printf("Yes", n);
      |          ^~~~~
foo.cc:13:10: warning: too many arguments for format [-Wformat-extra-args]
   13 |   printf("No", n);
      |          ^~~~
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d", &n);
      |  ~~~~~^~~~~~~~~~
   
  
    [Hydro](https://hydro.ac)提供评测服务