/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In member function 'bool point::operator<(const point&) const':
/in/foo.cc:19:14: warning: statement has no effect [-Wunused-value]
         a.am > am;
         ~~~~~^~~~
/in/foo.cc:20:5: warning: no return statement in function returning non-void [-Wreturn-type]
     }
     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:71:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(i=1;i<=a.size()-K;i++)
             ~^~~~~~~~~~~~
/in/foo.cc:73:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(i=1;i<=b.size()-L;i++)
             ~^~~~~~~~~~~~
/in/foo.cc:32:11: warning: unused variable 'ii' [-Wunused-variable]
     int i,ii;
           ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 356.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 3ms 380.0 KiB
#4 Accepted 3ms 376.0 KiB
#5 Wrong Answer 1ms 384.0 KiB
#6 Accepted 1ms 372.0 KiB
#7 Wrong Answer 4ms 328.0 KiB
#8 Wrong Answer 2ms 256.0 KiB
#9 Wrong Answer 2ms 328.0 KiB
#10 Wrong Answer 5ms 328.0 KiB

信息

递交者
类型
递交
题目
P1498 排座椅
语言
C++
递交时间
2017-09-05 23:53:40
评测时间
2017-09-05 23:53:40
评测机
分数
50
总耗时
28ms
峰值内存
384.0 KiB