记录详情

Runtime Error

/in/foo.cc: In member function 'void FileInputOutput::write(T)':
/in/foo.cc:27: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:27: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:78:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (y>=dep[x]) return 0; if (!y) return x;
    ^~
/in/foo.cc:78: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 Accepted 13ms 22.23 MiB
#2 Accepted 17ms 30.332 MiB
#3 Accepted 15ms 22.684 MiB
#4 Accepted 16ms 27.34 MiB
#5 Accepted 15ms 22.879 MiB
#6 Runtime Error 42ms 45.148 MiB
#7 Runtime Error 46ms 46.492 MiB
#8 Runtime Error 38ms 43.547 MiB
#9 Runtime Error 45ms 43.711 MiB
#10 Runtime Error 44ms 45.09 MiB
#11 Runtime Error 46ms 42.949 MiB
#12 Runtime Error 45ms 45.637 MiB
#13 Runtime Error 45ms 42.934 MiB
#14 Runtime Error 47ms 46.945 MiB
#15 Runtime Error 47ms 42.98 MiB
#16 Runtime Error 45ms 45.664 MiB
#17 Accepted 127ms 45.582 MiB
#18 Accepted 118ms 46.605 MiB
#19 Accepted 121ms 45.598 MiB
#20 Runtime Error 116ms 70.48 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-03-04 09:41:15
评测时间
2019-03-04 09:41:15
评测机
分数
40
总耗时
1058ms
峰值内存
70.48 MiB