0_0_28383969_18512.cpp: In function 'void js(node, node, node)':
0_0_28383969_18512.cpp:38:10: error: redeclaration of 'int L1'
int L1=(int)(l3*10000);
^
0_0_28383969_18512.cpp:36:9: note: 'int L1' previously declared here
int L1=(int)(l1*10000);
^
0_0_28383969_18512.cpp:41:11: error: 'L3' was not declared in this scope
if(L1>L3)
^
0_0_28383969_18512.cpp:43:11: error: 'L3' was not declared in this scope
if(L2>L3)
^
0_0_28383969_18512.cpp:47:40: error: 'L3' was not declared in this scope
ll t=L1*1000000*1000000+L2*1000000+L3;
^
|