0_0_15739128_8922.cpp: In function 'int main()':
0_0_15739128_8922.cpp:7:2: error: 'lln' was not declared in this scope
lln,m,l;
^
0_0_15739128_8922.cpp:7:6: error: 'm' was not declared in this scope
lln,m,l;
^
0_0_15739128_8922.cpp:7:8: error: 'l' was not declared in this scope
lln,m,l;
^
0_0_15739128_8922.cpp:11:25: error: 'n' was not declared in this scope
scanf("%lld%lld%lld",&n,&m,&l);
^
|