/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void O()':
foo.cc:81:82: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
  if ((ishigh==false&&islow==false)||((nowlow==nowhigh)&&((ifhigh!=iflow)||(ifhigh==iflow==false)))) {cout<<"No Answer!";return;}
                                                                            ~~~~~~^~~~~~~
foo.cc:82:32: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
  if ((nowlow==nowhigh)&&(ifhigh==iflow==true)) cout<<key<<dengyu<<nowhigh;
                          ~~~~~~^~~~~~~
foo.cc: In function 'void PAS()':
foo.cc:43:32: warning: 'nums' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if (regex_match(data,r1)) nums++;
                            ~~~~^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB
#2 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2021-10-17 11:32:53
评测时间
2021-10-17 11:32:53
评测机
分数
10
总耗时
5ms
峰值内存
384.0 KiB