/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   23 |     scanf("%d",&t);
      |     ~~~~~^~~~~~~~~
/in/foo.cc:26:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   26 |         scanf("%d%*c",&n);
      |         ~~~~~^~~~~~~~~~~~
/in/foo.cc:29:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   29 |             scanf("%s%s%d",f[i].name,f[i].space,&f[i].num);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 228.0 KiB

信息

递交者
类型
递交
题目
P1107 水果
语言
C++
递交时间
2024-03-26 10:59:31
评测时间
2024-03-26 10:59:31
评测机
分数
10
总耗时
2ms
峰值内存
228.0 KiB