/ Vijos /

记录详情

Accepted

foo.cc: In function 'void init(int, int, int, int)':
foo.cc:26:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                 if (j==k) continue;str="";
                 ^~
foo.cc:26:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 if (j==k) continue;str="";
                                    ^~~
foo.cc: In function 'int main()':
foo.cc:41:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d%d%d",&l,&r,&s,&t,&q);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 22ms 19.531 MiB
#2 Accepted 18ms 19.383 MiB
#3 Accepted 19ms 19.418 MiB
#4 Accepted 20ms 19.465 MiB
#5 Accepted 20ms 19.523 MiB
#6 Accepted 21ms 19.539 MiB
#7 Accepted 19ms 19.457 MiB
#8 Accepted 23ms 19.527 MiB
#9 Accepted 23ms 19.52 MiB
#10 Accepted 18ms 19.527 MiB

信息

递交者
类型
递交
题目
P1162 波浪数
语言
C++
递交时间
2021-07-18 10:32:31
评测时间
2021-07-18 10:32:31
评测机
分数
100
总耗时
208ms
峰值内存
19.539 MiB