Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(k%5==0);
    ^~
/in/foo.cc:18:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    {
    ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 400.0 KiB

信息

递交者
类型
递交
题目
P1036 找出所有的3位升序数
语言
C++
递交时间
2021-12-04 09:23:20
评测时间
2021-12-04 09:23:20
评测机
分数
0
总耗时
2ms
峰值内存
400.0 KiB