0_0_39427661_2474.cpp: In function 'void Prime::sieve(int, int)':
0_0_39427661_2474.cpp:41:17: error: 'len' was not declared in this scope; did you mean 'dlen'?
41 | len = R - L + 1;
| ^~~
| dlen
0_0_39427661_2474.cpp: In function 'void Prime::phi(ll, int, int)':
0_0_39427661_2474.cpp:98:25: error: 'Q' was not declared in this scope
98 | Q.emplace_back(make_pair(n, a), sign); return;
| ^
0_0_39427661_2474.cpp: In function 'Prime::ll Prime::count(ll)':
0_0_39427661_2474.cpp:118:22: error: 'Q' was not declared in this scope
118 | sort(Q.begin(), Q.end());
| ^
|