0_0_36586507_26869.cpp: In function 'int main()':
0_0_36586507_26869.cpp:50:25: error: 'n' was not declared in this scope
scanf("%lld%lld%lld",&n,&m,&p);
^
0_0_36586507_26869.cpp:50:28: error: 'm' was not declared in this scope
scanf("%lld%lld%lld",&n,&m,&p);
^
0_0_36586507_26869.cpp:50:31: error: 'p' was not declared in this scope
scanf("%lld%lld%lld",&n,&m,&p);
^
|