Wrong Answer

foo.cc: In function 'int main()':
foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (i==k)
   ^~
foo.cc:12:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    j=i*i;
    ^
foo.cc:14:8: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized]
    sum += i;
    ~~~~^~~~
foo.cc:15:8: warning: 'cnt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    cnt += 1;
    ~~~~^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 93928829766304, expect 2. 1ms 384.0 KiB
#2 Wrong Answer Read 94021039049384, expect 8. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1100 A、B之间同构数的数量及总和
语言
C++
递交时间
2021-08-08 11:56:08
评测时间
2021-08-08 11:56:08
评测机
分数
0
总耗时
3ms
峰值内存
384.0 KiB