/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int search()':
/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:76:24: warning: left operand of comma operator has no effect [-Wunused-value]
 for(int i=end1,j=end2;i<=n,j<=m;i++,j++){
                       ~^~~
/in/foo.cc:80:24: warning: left operand of comma operator has no effect [-Wunused-value]
 for(int i=end1,j=end2;i>=1,j>=1;i--,j--){
                       ~^~~
/in/foo.cc:84:24: warning: left operand of comma operator has no effect [-Wunused-value]
 for(int i=end1,j=end2;i<=n,j>=1;i++,j--){
                       ~^~~
/in/foo.cc:88:28: warning: left operand of comma operator has no effect [-Wunused-value]
 for(int i=end1,j=end2;i,j<=m;i--,j++){
                            ^
# 状态 耗时 内存占用
#1 Accepted 4ms 1.305 MiB
#2 Accepted 3ms 1.316 MiB
#3 Accepted 2ms 1.305 MiB
#4 Accepted 2ms 1.301 MiB
#5 Accepted 2ms 1.305 MiB
#6 Accepted 2ms 1.422 MiB
#7 Accepted 2ms 1.305 MiB
#8 Accepted 5ms 1.441 MiB
#9 Accepted 3ms 1.43 MiB
#10 Accepted 5ms 1.426 MiB

信息

递交者
类型
递交
题目
P1263 单挑女飞贼
语言
C++
递交时间
2017-10-07 20:38:29
评测时间
2017-10-07 20:38:29
评测机
分数
100
总耗时
34ms
峰值内存
1.441 MiB