记录详情

Wrong Answer

/in/foo.cc: In member function 'void FileInputOutput::write(T)':
/in/foo.cc:30:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
    while (x) pt[++ptop]=x%10,x/=10; while (ptop) pc(pt[ptop--]+48); pc('\n');
    ^~~~~
/in/foo.cc:30:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
    while (x) pt[++ptop]=x%10,x/=10; while (ptop) pc(pt[ptop--]+48); pc('\n');
                                     ^~~~~
/in/foo.cc: In member function 'int Long_Short_Division::query(int, int)':
/in/foo.cc:83:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (y>=dep[x]) return 0; if (!y) return x;
    ^~
/in/foo.cc:83:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if (y>=dep[x]) return 0; if (!y) return x;
                             ^~
# 状态 耗时 内存占用
#1 Wrong Answer 10ms 16.039 MiB
#2 Wrong Answer 10ms 15.965 MiB
#3 Wrong Answer 11ms 14.598 MiB
#4 Wrong Answer 9ms 14.914 MiB
#5 Wrong Answer 8ms 14.793 MiB
#6 Wrong Answer 37ms 30.129 MiB
#7 Wrong Answer 39ms 30.133 MiB
#8 Wrong Answer 43ms 30.824 MiB
#9 Wrong Answer 37ms 29.332 MiB
#10 Wrong Answer 37ms 30.117 MiB
#11 Wrong Answer 31ms 29.547 MiB
#12 Wrong Answer 35ms 30.031 MiB
#13 Wrong Answer 31ms 29.559 MiB
#14 Wrong Answer 38ms 29.621 MiB
#15 Wrong Answer 31ms 30.207 MiB
#16 Wrong Answer 32ms 32.516 MiB
#17 Wrong Answer 29ms 28.129 MiB
#18 Wrong Answer 30ms 29.359 MiB
#19 Wrong Answer 31ms 34.285 MiB
#20 Wrong Answer 72ms 53.164 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-03-04 09:27:01
评测时间
2019-03-04 09:27:01
评测机
分数
0
总耗时
613ms
峰值内存
53.164 MiB