/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:44: warning: statement has no effect [-Wunused-value]
  {if(exist[i]>=max) {max=exist[i]; print[i]==1;}}
                                    ~~~~~~~~^~~
/in/foo.cc:6:37: warning: unused variable 's' [-Wunused-variable]
  int n,i,j,exist[200005]={0},max=-1,s,print[200005]={0};
                                     ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 6.328 MiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2020-02-16 20:37:33
评测时间
2020-02-16 20:37:33
评测机
分数
0
总耗时
4ms
峰值内存
6.328 MiB