Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(a%5==0&&b%5==0); cout<<2<<' '<<a+b<<endl;
  ^~
foo.cc:6:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(a%5==0&&b%5==0); cout<<2<<' '<<a+b<<endl;
                      ^~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB
#2 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#3 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#4 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#5 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1034 xf1-9统计各位数字之和为5的数
比赛
盛泽二中编程社团 5月阶段练习
语言
C++
递交时间
2021-05-12 16:51:13
评测时间
2021-05-12 16:51:13
评测机
分数
0
总耗时
10ms
峰值内存
384.0 KiB