/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:66:7: error: redeclaration of 'int o1'
   int o1=get_match(x);
       ^
foo.cpp:61:33: error: 'int o1' previously declared here
   int x=id[px][py],y=match[x],t,o1=0,o2=0;
                                 ^
foo.cpp:76:7: error: redeclaration of 'int o2'
   int o2=get_match(x);
       ^
foo.cpp:61:38: error: 'int o2' previously declared here
   int x=id[px][py],y=match[x],t,o1=0,o2=0;
                                      ^

信息

递交者
类型
递交
题目
P1718 兔兔和蛋蛋
语言
C++
递交时间
2016-06-28 21:01:13
评测时间
2016-06-28 21:01:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes