0_0_30429093_23740.cpp:3:12: error: '_int128' does not name a type
#define ll _int128
^
0_0_30429093_23740.cpp:4:1: note: in expansion of macro 'll'
ll mod = 1e9 + 7;
^
0_0_30429093_23740.cpp:3:12: error: '_int128' does not name a type
#define ll _int128
^
0_0_30429093_23740.cpp:5:1: note: in expansion of macro 'll'
ll lca(ll n, ll a, ll b)
^
0_0_30429093_23740.cpp: In function 'int main()':
0_0_30429093_23740.cpp:3:12: error: '_int128' was not declared in this scope
#define ll _int128
^
0_0_30429093_23740.cpp:22:9: note: in expansion of macro 'll'
ll n, a, b;
^
0_0_30429093_23740.cpp:23:16: error: 'n' was not declared in this scope
cin >> n >> a >> b;
^
0_0_30429093_23740.cpp:23:21: error: 'a' was not declared in this scope
cin >> n >> a >> b;
^
0_0_30429093_23740.cpp:23:26: error: 'b' was not declared in this scope
cin >> n >> a >> b;
^
0_0_30429093_23740.cpp:24:28: error: 'lca' was not declared in this scope
cout << lca(n, a, b) % mod << endl;
^
0_0_30429093_23740.cpp:24:32: error: 'mod' was not declared in this scope
cout << lca(n, a, b) % mod << endl;
^
|