/ 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 26ms 19.504 MiB
#2 Accepted 20ms 19.457 MiB
#3 Accepted 20ms 19.391 MiB
#4 Accepted 22ms 19.52 MiB
#5 Accepted 21ms 19.52 MiB
#6 Accepted 19ms 19.535 MiB
#7 Accepted 19ms 19.504 MiB
#8 Accepted 23ms 19.523 MiB
#9 Accepted 22ms 19.527 MiB
#10 Accepted 18ms 19.41 MiB

信息

递交者
类型
递交
题目
P1162 波浪数
语言
C++
递交时间
2021-08-09 14:00:15
评测时间
2021-08-09 14:01:08
评测机
分数
100
总耗时
212ms
峰值内存
19.535 MiB