0_0_11635482_31796.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_11635482_31796.cpp:13: error: ISO C++ forbids declaration of `set' with no type
0_0_11635482_31796.cpp:13: error: expected `;' before '<' token
0_0_11635482_31796.cpp: In constructor `edge_t::edge_t(int, int, int)':
0_0_11635482_31796.cpp:23: error: `add' undeclared (first use this function)
0_0_11635482_31796.cpp:23: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11635482_31796.cpp:23: error: `make_pair' undeclared (first use this function)
0_0_11635482_31796.cpp: In member function `edge_t& edge_t::operator+=(const edge_t&)':
0_0_11635482_31796.cpp:27: error: 'const struct edge_t' has no member named 'add'
0_0_11635482_31796.cpp:27: error: invalid type in declaration before '=' token
0_0_11635482_31796.cpp:27: error: 'const struct edge_t' has no member named 'add'
0_0_11635482_31796.cpp:27: error: 'const struct edge_t' has no member named 'add'
0_0_11635482_31796.cpp:28: error: `sub' undeclared (first use this function)
0_0_11635482_31796.cpp:28: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:28: error: `add' undeclared (first use this function)
0_0_11635482_31796.cpp:28: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:29: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:31: error: 'const struct edge_t' has no member named 'sub'
0_0_11635482_31796.cpp:31: error: invalid type in declaration before '=' token
0_0_11635482_31796.cpp:31: error: 'const struct edge_t' has no member named 'sub'
0_0_11635482_31796.cpp:31: error: 'const struct edge_t' has no member named 'sub'
0_0_11635482_31796.cpp:32: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:32: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:33: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp: In member function `edge_t& edge_t::operator-=(const edge_t&)':
0_0_11635482_31796.cpp:40: error: 'const struct edge_t' has no member named 'sub'
0_0_11635482_31796.cpp:40: error: invalid type in declaration before '=' token
0_0_11635482_31796.cpp:40: error: 'const struct edge_t' has no member named 'sub'
0_0_11635482_31796.cpp:40: error: 'const struct edge_t' has no member named 'sub'
0_0_11635482_31796.cpp:41: error: `sub' undeclared (first use this function)
0_0_11635482_31796.cpp:41: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:41: error: `add' undeclared (first use this function)
0_0_11635482_31796.cpp:41: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:42: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:44: error: 'const struct edge_t' has no member named 'add'
0_0_11635482_31796.cpp:44: error: invalid type in declaration before '=' token
0_0_11635482_31796.cpp:44: error: 'const struct edge_t' has no member named 'add'
0_0_11635482_31796.cpp:44: error: 'const struct edge_t' has no member named 'add'
0_0_11635482_31796.cpp:45: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:45: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp:46: error: invalid type argument of `unary *'
0_0_11635482_31796.cpp: At global scope:
0_0_11635482_31796.cpp:54: error: expected constructor, destructor, or type conversion before '<' token
0_0_11635482_31796.cpp:54: error: expected `,' or `;' before '<' token
0_0_11635482_31796.cpp: In function `int main()':
0_0_11635482_31796.cpp:125: error: `ios' has not been declared
0_0_11635482_31796.cpp:125: error: `sync_with_stdio' undeclared (first use this function)
0_0_11635482_31796.cpp:128: error: `cin' undeclared (first use this function)
0_0_11635482_31796.cpp:168: error: `cout' undeclared (first use this function)
0_0_11635482_31796.cpp:168: error: `endl' undeclared (first use this function)
|