0_0_11238939_10723.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_11238939_10723.cpp: In function `long long int spfa_slf()':
0_0_11238939_10723.cpp:6: error: `cin' undeclared (first use this function)
0_0_11238939_10723.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11238939_10723.cpp:8: error: `vector' undeclared (first use this function)
0_0_11238939_10723.cpp:8: error: `pair' undeclared (first use this function)
0_0_11238939_10723.cpp:8: error: expected primary-expression before "int"
0_0_11238939_10723.cpp:8: error: expected `;' before "int"
0_0_11238939_10723.cpp:12: error: `edges' undeclared (first use this function)
0_0_11238939_10723.cpp:12: error: `make_pair' undeclared (first use this function)
0_0_11238939_10723.cpp:15: error: `deque' undeclared (first use this function)
0_0_11238939_10723.cpp:15: error: expected primary-expression before "int"
0_0_11238939_10723.cpp:15: error: expected `;' before "int"
0_0_11238939_10723.cpp:16: error: expected primary-expression before "long"
0_0_11238939_10723.cpp:16: error: expected `;' before "long"
0_0_11238939_10723.cpp:17: error: expected primary-expression before "bool"
0_0_11238939_10723.cpp:17: error: expected `;' before "bool"
0_0_11238939_10723.cpp:18: error: `dist' undeclared (first use this function)
0_0_11238939_10723.cpp:19: error: `q' undeclared (first use this function)
0_0_11238939_10723.cpp:20: error: `inQueue' undeclared (first use this function)
0_0_11238939_10723.cpp:27: error: `puts' undeclared (first use this function)
0_0_11238939_10723.cpp:30: error: expected primary-expression before "int"
0_0_11238939_10723.cpp:30: error: expected `;' before "int"
0_0_11238939_10723.cpp:31: error: `it' undeclared (first use this function)
0_0_11238939_10723.cpp:47: error: `printf' undeclared (first use this function)
0_0_11238939_10723.cpp: In function `int main()':
0_0_11238939_10723.cpp:53: error: `scanf' undeclared (first use this function)
0_0_11238939_10723.cpp:54: error: `printf' undeclared (first use this function)
|