记录详情

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",&n);
  ~~~~~^~~~~~~~~
foo.cc:15:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=n;i++)scanf("%d %d",&a[i].X,&a[i].Y);
                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 400.0 KiB
#3 Accepted 1ms 412.0 KiB
#4 Accepted 27ms 2.211 MiB
#5 Accepted 28ms 2.207 MiB
#6 Accepted 28ms 2.184 MiB
#7 Accepted 29ms 2.219 MiB
#8 Accepted 28ms 2.215 MiB
#9 Accepted 28ms 2.203 MiB
#10 Accepted 27ms 2.203 MiB

信息

递交者
类型
递交
题目
P1010 看片
语言
C++
递交时间
2021-02-06 15:15:57
评测时间
2021-02-06 15:15:57
评测机
分数
100
总耗时
204ms
峰值内存
2.219 MiB