/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int erfen1(int)':
/in/foo.cc:21:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
/in/foo.cc:26:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int erfen2(int)':
/in/foo.cc:30:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
/in/foo.cc:35:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:49:7: warning: unused variable 'l' [-Wunused-variable]
   int l=1,r=top;
       ^
/in/foo.cc:49:11: warning: unused variable 'r' [-Wunused-variable]
   int l=1,r=top;
           ^
# 状态 耗时 内存占用
#1 Accepted 9ms 592.0 KiB
#2 Accepted 1ms 316.0 KiB
#3 Accepted 1ms 320.0 KiB
#4 Accepted 1ms 328.0 KiB
#5 Accepted 1ms 320.0 KiB
#6 Accepted 2ms 2.309 MiB
#7 Accepted 1ms 332.0 KiB
#8 Accepted 24ms 1.809 MiB
#9 Accepted 4ms 576.0 KiB
#10 Accepted 18ms 1.699 MiB

信息

递交者
类型
递交
题目
P1369 难解的问题
语言
C++
递交时间
2018-10-31 18:18:52
评测时间
2018-10-31 18:18:52
评测机
分数
100
总耗时
68ms
峰值内存
2.309 MiB