/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:14: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
   14 |    scanf("%lld",&cost[i][j]);
      |           ~~~^  ~~~~~~~~~~~
      |              |  |
      |              |  int*
      |              long long int*
      |           %d
foo.cc:10:22: warning: unused variable 'k' [-Wunused-variable]
   10 |  long long int n,i,j,k;
      |                      ^
foo.cc:11:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   11 |  scanf("%lld",&n);
      |  ~~~~~^~~~~~~~~~~
foo.cc:14:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   14 |    scanf("%lld",&cost[i][j]);
      |    ~~~~~^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 19ms 2.875 MiB
#2 Accepted 9ms 1.625 MiB
#3 Accepted 2ms 768.0 KiB
#4 Accepted 5ms 1.125 MiB
#5 Accepted 8ms 2.0 MiB
#6 Accepted 17ms 3.285 MiB
#7 Accepted 4ms 1.5 MiB
#8 Accepted 16ms 2.875 MiB
#9 Accepted 18ms 3.25 MiB
#10 Accepted 22ms 5.25 MiB

信息

递交者
类型
递交
题目
P1006 晴天小猪历险记之Hill
语言
C++
递交时间
2022-05-09 15:48:19
评测时间
2022-05-09 15:48:19
评测机
分数
100
总耗时
124ms
峰值内存
5.25 MiB