记录详情

Runtime Error

/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 Accepted 9ms 14.414 MiB
#2 Accepted 9ms 16.004 MiB
#3 Accepted 9ms 18.414 MiB
#4 Accepted 13ms 24.422 MiB
#5 Accepted 12ms 24.367 MiB
#6 Runtime Error 29ms 38.559 MiB
#7 Runtime Error 30ms 36.965 MiB
#8 Runtime Error 27ms 35.73 MiB
#9 Accepted 49ms 39.367 MiB
#10 Accepted 48ms 38.926 MiB
#11 Accepted 47ms 39.809 MiB
#12 Accepted 48ms 39.078 MiB
#13 Accepted 106ms 39.328 MiB
#14 Accepted 107ms 39.16 MiB
#15 Accepted 105ms 43.531 MiB
#16 Accepted 108ms 39.043 MiB
#17 Accepted 96ms 37.504 MiB
#18 Accepted 103ms 35.176 MiB
#19 Accepted 98ms 36.824 MiB
#20 Runtime Error 67ms 56.375 MiB

信息

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