记录详情

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 'void Long_Short_Division::DFS1(const int&, const int&)':
/in/foo.cc:54:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (to==fa) continue; DFS1(to,now);
     ^~
/in/foo.cc:54:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (to==fa) continue; DFS1(to,now);
                           ^~~~
/in/foo.cc: In member function 'int Long_Short_Division::query(int, int)':
/in/foo.cc:82:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (y>=dep[x]) return 0; if (!y) return x;
    ^~
/in/foo.cc:82: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 17ms 22.469 MiB
#2 Accepted 13ms 22.641 MiB
#3 Accepted 25ms 22.727 MiB
#4 Accepted 26ms 22.41 MiB
#5 Accepted 14ms 21.414 MiB
#6 Runtime Error 50ms 43.766 MiB
#7 Runtime Error 48ms 43.789 MiB
#8 Runtime Error 45ms 45.422 MiB
#9 Runtime Error 52ms 42.949 MiB
#10 Runtime Error 47ms 44.562 MiB
#11 Runtime Error 51ms 42.922 MiB
#12 Runtime Error 65ms 45.168 MiB
#13 Runtime Error 53ms 42.91 MiB
#14 Runtime Error 51ms 46.473 MiB
#15 Runtime Error 50ms 43.773 MiB
#16 Runtime Error 55ms 43.406 MiB
#17 Accepted 173ms 45.508 MiB
#18 Accepted 142ms 46.969 MiB
#19 Accepted 147ms 45.633 MiB
#20 Runtime Error 158ms 69.668 MiB

信息

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