/ WHOJ /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:29:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   29 |  freopen("plant.in","r",stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:30:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   30 |  freopen("plant.out","w",stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:31:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   31 |  scanf("%d",&t);
      |  ~~~~~^~~~~~~~~
foo.cc:35:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   35 |   scanf("%d%d%d%d",&x,&y,&z,&n);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:34:9: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
   34 |   int i,j;
      |         ^
Found 1 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 2d1 < 8021 15ms 384.0 KiB

信息

递交者
类型
递交
题目
P1457 神奇的植物(文件IO)
题目数据
下载
语言
C++
递交时间
2022-08-04 15:29:11
评测时间
2022-08-04 15:29:11
评测机
分数
0
总耗时
15ms
峰值内存
384.0 KiB