0_0_30111540_29007.cpp:4:8: error: 'll' does not name a type
inline ll Gcd(ll x, ll y) {
^
0_0_30111540_29007.cpp:9:19: error: variable or field 'Solve' declared void
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:9:19: error: 'll' was not declared in this scope
0_0_30111540_29007.cpp:9:25: error: 'll' was not declared in this scope
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:9:31: error: 'll' was not declared in this scope
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:9:37: error: 'll' was not declared in this scope
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:9:43: error: 'll' was not declared in this scope
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:9:47: error: 'x' was not declared in this scope
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:9:50: error: 'll' was not declared in this scope
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:9:54: error: 'y' was not declared in this scope
inline void Solve(ll a, ll b, ll c, ll d, ll &x, ll &y) {
^
0_0_30111540_29007.cpp:19:1: error: 'll' does not name a type
ll p,x;
^
0_0_30111540_29007.cpp:24:8: error: 'll' does not name a type
inline ll read(){
^
0_0_30111540_29007.cpp:30:19: error: variable or field 'write' declared void
inline void write(ll x){
^
0_0_30111540_29007.cpp:30:19: error: 'll' was not declared in this scope
|