foo.c: In function 'main':
foo.c:10:5: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
freopen("sticks.in", "r", stdin);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:11:5: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
freopen("sticks.out", "w", stdout);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:13:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &n); //读入火柴棒数量。
^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务