记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:17:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",a+i,b+i,c+i);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 408.0 KiB
#2 Accepted 2ms 408.0 KiB
#3 Accepted 4ms 640.0 KiB
#4 Accepted 5ms 756.0 KiB
#5 Accepted 8ms 1.551 MiB
#6 Accepted 25ms 3.0 MiB
#7 Accepted 40ms 11.086 MiB
#8 Accepted 166ms 102.887 MiB
#9 Accepted 202ms 105.012 MiB
#10 Accepted 319ms 202.164 MiB

信息

递交者
类型
递交
题目
P1004 小m的刷子
语言
C++
递交时间
2021-01-27 22:57:27
评测时间
2021-01-28 11:59:05
评测机
分数
100
总耗时
776ms
峰值内存
202.164 MiB