记录详情

Accepted

/in/foo.cc: In function 'void getinv(long long int*, long long int*, long long int)':
/in/foo.cc:51:19: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     getinv(f,g,len+1>>1);
                ~~~^~
/in/foo.cc: In function 'void getexp(long long int*, long long int*, long long int)':
/in/foo.cc:141:19: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     getexp(f,g,len+1>>1);
                ~~~^~
# 状态 耗时 内存占用
#1 Accepted 7ms 18.426 MiB
#2 Accepted 8ms 18.93 MiB
#3 Accepted 10ms 18.242 MiB
#4 Accepted 9ms 18.805 MiB
#5 Accepted 8ms 19.082 MiB

信息

递交者
类型
递交
题目
P1179 小邹切蛋糕
语言
C++
递交时间
2020-09-30 22:55:28
评测时间
2020-09-30 22:55:28
评测机
分数
100
总耗时
44ms
峰值内存
19.082 MiB