0_0_38707838_8919.cpp:3:13: error: 'lon' does not name a type; did you mean 'long'?
3 | #define int lon glong
| ^~~
0_0_38707838_8919.cpp:6:1: note: in expansion of macro 'int'
6 | int fm(int a,int b)
| ^~~
0_0_38707838_8919.cpp: In function 'int main()':
0_0_38707838_8919.cpp:3:13: error: 'lon' was not declared in this scope; did you mean 'long'?
3 | #define int lon glong
| ^~~
0_0_38707838_8919.cpp:20:9: note: in expansion of macro 'int'
20 | int t,n,m;
| ^~~
0_0_38707838_8919.cpp:21:10: error: 't' was not declared in this scope; did you mean 'tm'?
21 | cin>>t;
| ^
| tm
0_0_38707838_8919.cpp:24:14: error: 'n' was not declared in this scope
24 | cin>>n>>m;
| ^
0_0_38707838_8919.cpp:24:17: error: 'm' was not declared in this scope; did you mean 'tm'?
24 | cin>>n>>m;
| ^
| tm
0_0_38707838_8919.cpp:25:9: error: 'ans' was not declared in this scope; did you mean 'abs'?
25 | ans = ((fm(m,n + 1) - 1) * fm(m - 1,mod - 2) % mod + mod) % mod;
| ^~~
| abs
0_0_38707838_8919.cpp:25:17: error: 'fm' was not declared in this scope; did you mean 'tm'?
25 | ans = ((fm(m,n + 1) - 1) * fm(m - 1,mod - 2) % mod + mod) % mod;
| ^~
| tm
|