/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/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);
      |  ~~~~~^~~~~~~~~
/in/foo.cc:9:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    9 |   scanf("%d",&m);
      |   ~~~~~^~~~~~~~~
/in/foo.cc:12:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   12 |   for(int j=0;j<m;++j) scanf("%d",&a[i][j]);
      |                        ~~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 356.0 KiB

信息

递交者
类型
递交
比赛
2024通关考基础练习
语言
C++
递交时间
2024-03-04 20:48:41
评测时间
2024-03-04 20:48:41
评测机
分数
10
总耗时
2ms
峰值内存
356.0 KiB