/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(ls=='o')sx=i;sy=j;
    ^~
/in/foo.cc:11:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(ls=='o')sx=i;sy=j;
                    ^~
/in/foo.cc:12:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(ls=='x')ex=i;ey=j;
    ^~
/in/foo.cc:12:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(ls=='x')ex=i;ey=j;
                    ^~
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Wrong Answer 1ms 220.0 KiB
#3 Accepted 1ms 204.0 KiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2021-01-10 15:08:22
评测时间
2021-01-10 15:08:22
评测机
分数
20
总耗时
4ms
峰值内存
220.0 KiB