0_0_7965808_31374.c:1:20: iostream: No such file or directory
0_0_7965808_31374.c:2:21: algorithm: No such file or directory
0_0_7965808_31374.c:3:17: queue: No such file or directory
0_0_7965808_31374.c:4:17: stack: No such file or directory
0_0_7965808_31374.c:5:18: cstdio: No such file or directory
0_0_7965808_31374.c:6:17: cmath: No such file or directory
0_0_7965808_31374.c:7:18: vector: No such file or directory
0_0_7965808_31374.c:11: error: syntax error before "namespace"
0_0_7965808_31374.c:15: error: syntax error before "int"
0_0_7965808_31374.c:20: error: variable-size type declared outside of any function
0_0_7965808_31374.c:25: error: syntax error before "bool"
0_0_7965808_31374.c:29: error: variable-size type declared outside of any function
0_0_7965808_31374.c:33: error: variable-size type declared outside of any function
0_0_7965808_31374.c:37: error: syntax error before "public"
0_0_7965808_31374.c: In function `fun':
0_0_7965808_31374.c:54: error: `priority_queue' undeclared (first use in this function)
0_0_7965808_31374.c:54: error: (Each undeclared identifier is reported only once
0_0_7965808_31374.c:54: error: for each function it appears in.)
0_0_7965808_31374.c:54: error: `Data' undeclared (first use in this function)
0_0_7965808_31374.c:54: error: `vector' undeclared (first use in this function)
0_0_7965808_31374.c:54: error: syntax error before ',' token
0_0_7965808_31374.c:57: error: request for member `d' in something not a structure or union
0_0_7965808_31374.c:58: error: `pri' undeclared (first use in this function)
0_0_7965808_31374.c:64: error: syntax error before '/' token
0_0_7965808_31374.c: In function `main':
0_0_7965808_31374.c:74: error: syntax error before '/' token
0_0_7965808_31374.c:76: error: `EOF' undeclared (first use in this function)
0_0_7965808_31374.c:78: error: 'for' loop initial declaration used outside C99 mode
0_0_7965808_31374.c:80: error: redefinition of 'i'
0_0_7965808_31374.c:78: error: previous definition of 'i' was here
0_0_7965808_31374.c:80: error: 'for' loop initial declaration used outside C99 mode
0_0_7965808_31374.c:81: error: request for member `d' in something not a structure or union
0_0_7965808_31374.c:82: error: redefinition of 'i'
0_0_7965808_31374.c:80: error: previous definition of 'i' was here
0_0_7965808_31374.c:82: error: 'for' loop initial declaration used outside C99 mode
0_0_7965808_31374.c:83: error: request for member `p' in something not a structure or union
|