0_0_13502996_31289.cpp: In function 'int main()':
0_0_13502996_31289.cpp:65:35: error: 'l' was not declared in this scope
scanf("%lld%lld%lld",&l,&r,&org);
^
0_0_13502996_31289.cpp:65:38: error: 'r' was not declared in this scope
scanf("%lld%lld%lld",&l,&r,&org);
^
0_0_13502996_31289.cpp:65:41: error: 'org' was not declared in this scope
scanf("%lld%lld%lld",&l,&r,&org);
^
|