0_0_36728852_29461.cpp: In function 'int main()':
0_0_36728852_29461.cpp:7:2: error: 'll' was not declared in this scope
ll m,n,g;
^
0_0_36728852_29461.cpp:8:14: error: 'g' was not declared in this scope
scanf("%d",&g);
^
0_0_36728852_29461.cpp:11:15: error: 'n' was not declared in this scope
scanf("%d",&n);
^
|