记录详情

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:91:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (y>=dep[x]) return 0; if (!y) return x;
    ^~
/in/foo.cc:91: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 10ms 14.941 MiB
#2 Accepted 9ms 14.461 MiB
#3 Accepted 9ms 15.664 MiB
#4 Accepted 11ms 15.07 MiB
#5 Accepted 11ms 15.074 MiB
#6 Runtime Error 31ms 35.418 MiB
#7 Runtime Error 38ms 36.523 MiB
#8 Runtime Error 33ms 35.711 MiB
#9 Accepted 54ms 38.039 MiB
#10 Accepted 55ms 38.184 MiB
#11 Accepted 51ms 38.035 MiB
#12 Accepted 54ms 37.992 MiB
#13 Accepted 115ms 39.086 MiB
#14 Accepted 117ms 38.281 MiB
#15 Accepted 114ms 39.977 MiB
#16 Accepted 119ms 38.277 MiB
#17 Accepted 108ms 36.828 MiB
#18 Accepted 115ms 34.785 MiB
#19 Accepted 105ms 36.828 MiB
#20 Runtime Error 75ms 56.418 MiB

信息

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