/ Vijos /

记录详情

Accepted

foo.c: In function 'main':
foo.c:215:8: warning: unused variable 'count' [-Wunused-variable]
    int count = setDirty(1, a, b-arr[a], 1, n);
        ^~~~~
foo.c:191:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &n, &m);
  ^~~~~~~~~~~~~~~~~~~~~
foo.c:193:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &arr[i]);
   ^~~~~~~~~~~~~~~~~~~~
foo.c:199:14: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   int k,a,b; scanf("%d%d%d", &k, &a, &b);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 324.0 KiB
#2 Accepted 16ms 916.0 KiB
#3 Accepted 44ms 2.52 MiB
#4 Accepted 29ms 4.391 MiB
#5 Accepted 197ms 5.48 MiB
#6 Accepted 344ms 32.5 MiB
#7 Accepted 454ms 34.273 MiB
#8 Accepted 423ms 34.273 MiB
#9 Accepted 372ms 34.27 MiB
#10 Accepted 384ms 34.273 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C
递交时间
2021-10-13 14:43:04
评测时间
2021-10-13 14:43:04
评测机
分数
100
总耗时
2269ms
峰值内存
34.273 MiB