0_0_10185169_31975.c:2:20: iostream: No such file or directory
0_0_10185169_31975.c:3:17: queue: No such file or directory
0_0_10185169_31975.c:5:18: vector: No such file or directory
0_0_10185169_31975.c:7: error: syntax error before "namespace"
0_0_10185169_31975.c: In function `main':
0_0_10185169_31975.c:14: error: `cin' undeclared (first use in this function)
0_0_10185169_31975.c:14: error: (Each undeclared identifier is reported only once
0_0_10185169_31975.c:14: error: for each function it appears in.)
0_0_10185169_31975.c:32: error: `priority_queue' undeclared (first use in this function)
0_0_10185169_31975.c:32: error: `pair' undeclared (first use in this function)
0_0_10185169_31975.c:32: error: syntax error before "int"
0_0_10185169_31975.c:33: error: `z' undeclared (first use in this function)
0_0_10185169_31975.c:61: error: `cout' undeclared (first use in this function)
0_0_10185169_31975.c:67: error: `endl' undeclared (first use in this function)
|