记录详情

Accepted

foo.cc: In function 'int find_kth_fa(int, int)':
foo.cc:43:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   43 |  if(k>d[x])return 0;if(k==0)return x;
      |  ^~
foo.cc:43:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   43 |  if(k>d[x])return 0;if(k==0)return x;
      |                     ^~
foo.cc: In function 'int main()':
foo.cc:70:13: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   70 |  int q;scanf("%d",&q);
      |        ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 15ms 14.375 MiB
#2 Accepted 15ms 14.254 MiB
#3 Accepted 15ms 14.375 MiB
#4 Accepted 16ms 14.375 MiB
#5 Accepted 17ms 14.375 MiB
#6 Accepted 170ms 34.742 MiB
#7 Accepted 163ms 34.711 MiB
#8 Accepted 239ms 34.762 MiB
#9 Accepted 123ms 31.859 MiB
#10 Accepted 128ms 31.738 MiB
#11 Accepted 212ms 31.82 MiB
#12 Accepted 115ms 31.809 MiB
#13 Accepted 188ms 31.766 MiB
#14 Accepted 214ms 31.883 MiB
#15 Accepted 231ms 31.91 MiB
#16 Accepted 228ms 31.781 MiB
#17 Accepted 166ms 29.867 MiB
#18 Accepted 208ms 29.934 MiB
#19 Accepted 208ms 29.926 MiB
#20 Accepted 610ms 62.926 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2022-02-06 16:16:00
评测时间
2022-02-06 16:16:00
评测机
分数
100
总耗时
3290ms
峰值内存
62.926 MiB