/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:88:19: error: name lookup of 'i' changed for ISO 'for' scoping [-fpermissive]
         for(int r=i+1;r<=n;r++)
                   ^
foo.cpp:88:19: note: (if you use '-fpermissive' G++ will accept your code)
foo.cpp:89:21: error: 'j' was not declared in this scope
             solve(i,j);
                     ^

信息

递交者
类型
递交
题目
P1100 加分二叉树
语言
C++
递交时间
2016-01-11 18:34:10
评测时间
2016-01-11 18:34:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes