记录详情

Accepted

/in/foo.cc: In function 'll read()':
/in/foo.cc:22:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(c=='-') f=-1; c=getchar();
         ^~
/in/foo.cc:22:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(c=='-') f=-1; c=getchar();
                          ^
/in/foo.cc: In function 'bool cmp(const Pt&, const Pt&)':
/in/foo.cc:41:31: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     return a.x<b.x || a.x==b.x&&a.y<b.y;
                       ~~~~~~~~^~~~~~~~~
/in/foo.cc: In function 'void solve(int, int)':
/in/foo.cc:62:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     int mid=l+r>>1;
             ~^~
# 状态 耗时 内存占用
#1 Accepted 8ms 10.25 MiB
#2 Accepted 8ms 10.25 MiB
#3 Accepted 8ms 10.375 MiB
#4 Accepted 4ms 10.266 MiB
#5 Accepted 184ms 27.625 MiB
#6 Accepted 185ms 28.93 MiB
#7 Accepted 196ms 28.801 MiB
#8 Accepted 193ms 28.629 MiB
#9 Accepted 236ms 28.152 MiB
#10 Accepted 234ms 27.18 MiB
#11 Accepted 187ms 28.055 MiB
#12 Accepted 210ms 28.25 MiB
#13 Accepted 66ms 17.176 MiB
#14 Accepted 82ms 17.066 MiB
#15 Accepted 64ms 17.09 MiB
#16 Accepted 78ms 17.066 MiB
#17 Accepted 96ms 17.125 MiB
#18 Accepted 57ms 17.055 MiB
#19 Accepted 60ms 17.086 MiB
#20 Accepted 62ms 17.105 MiB

信息

递交者
类型
递交
题目
任务安排3
题目数据
下载
语言
C++
递交时间
2018-08-10 16:12:33
评测时间
2018-08-10 16:27:59
评测机
分数
200
总耗时
2226ms
峰值内存
28.93 MiB