/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:16:32: error: lvalue required as left operand of assignment
                 p[a[i]]+p[a[j]]=0;
                                ^
foo.cpp:5:31: warning: unused variable 'n' [-Wunused-variable]
 int a[100000],p[100000],z,x=0,n,m;
                               ^
foo.cpp:5:33: warning: unused variable 'm' [-Wunused-variable]
 int a[100000],p[100000],z,x=0,n,m;
                                 ^

信息

递交者
类型
递交
题目
P1911 珠心算测验
语言
C++
递交时间
2016-02-02 12:31:40
评测时间
2016-02-02 12:31:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes