/ WHOJ /

记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:47:35: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long long int' [-Wformat=]
   47 |                         scanf("%lld",a[i].y);
      |                                ~~~^  ~~~~~~
      |                                   |       |
      |                                   |       long long int
      |                                   long long int*
foo.cc:49:35: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long long int' [-Wformat=]
   49 |                         scanf("%lld",a[i].x);
      |                                ~~~^  ~~~~~~
      |                                   |       |
      |                                   |       long long int
      |                                   long long int*
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 3ms 384.0 KiB

信息

递交者
类型
自测
题目
P1019 堆积木
语言
C++
递交时间
2022-10-03 22:28:56
评测时间
2022-10-03 22:28:56
评测机
分数
0
总耗时
3ms
峰值内存
384.0 KiB