记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:11:10: warning: unused variable 'j' [-Wunused-variable]
  int m,i,j;
          ^
foo.cc:13:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:25:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 7ms 7.898 MiB
#2 Accepted 7ms 7.855 MiB
#3 Accepted 7ms 7.91 MiB
#4 Accepted 7ms 7.945 MiB
#5 Accepted 38ms 8.23 MiB
#6 Accepted 67ms 8.656 MiB
#7 Accepted 122ms 9.426 MiB
#8 Accepted 175ms 10.207 MiB
#9 Accepted 234ms 10.969 MiB
#10 Accepted 288ms 11.664 MiB

信息

递交者
类型
递交
题目
P1078 拆分
语言
C++
递交时间
2020-11-29 19:57:11
评测时间
2020-11-29 19:57:11
评测机
分数
100
总耗时
957ms
峰值内存
11.664 MiB