0_0_10717588_27324.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_10717588_27324.cpp: In function `int spfa(Point)':
0_0_10717588_27324.cpp:34: error: `queue' undeclared (first use this function)
0_0_10717588_27324.cpp:34: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10717588_27324.cpp:34: error: expected primary-expression before '>' token
0_0_10717588_27324.cpp:34: error: `Q' undeclared (first use this function)
0_0_10717588_27324.cpp:46: error: `min' undeclared (first use this function)
0_0_10717588_27324.cpp: In function `int main()':
0_0_10717588_27324.cpp:64: error: `cin' undeclared (first use this function)
0_0_10717588_27324.cpp:72: error: `memset' undeclared (first use this function)
0_0_10717588_27324.cpp:78: error: `min' undeclared (first use this function)
0_0_10717588_27324.cpp:99: error: `cout' undeclared (first use this function)
0_0_10717588_27324.cpp:99: error: `endl' undeclared (first use this function)
|