0_0_16821555_28883.cpp:52:28: error: stray '#' in program
if (!vi#include<cstdio>
^
0_0_16821555_28883.cpp:110:6: error: stray '#' in program
}#include<cstdio>
^
0_0_16821555_28883.cpp: In function 'void spfa(int)':
0_0_16821555_28883.cpp:52:26: error: 'vi' was not declared in this scope
if (!vi#include<cstdio>
^
0_0_16821555_28883.cpp:52:29: error: expected ')' before 'include'
if (!vi#include<cstdio>
^
0_0_16821555_28883.cpp:79:13: error: a function-definition is not allowed here before '{' token
void init() {
^
0_0_16821555_28883.cpp:85:18: error: a function-definition is not allowed here before '{' token
void spfa(int s) {
^
0_0_16821555_28883.cpp:342:1: error: expected '}' at end of input
}
^
0_0_16821555_28883.cpp:342:1: error: expected '}' at end of input
0_0_16821555_28883.cpp:342:1: error: expected '}' at end of input
0_0_16821555_28883.cpp:342:1: error: expected '}' at end of input
0_0_16821555_28883.cpp:342:1: error: expected '}' at end of input
|