0_0_26282095_15480.cpp:59:13: error: stray '#' in program
for(#include <bits/stdc++.h>
^
0_0_26282095_15480.cpp: In function 'bool spfa(int, int)':
0_0_26282095_15480.cpp:59:14: error: 'include' was not declared in this scope
for(#include <bits/stdc++.h>
^
0_0_26282095_15480.cpp:59:23: error: 'bits' was not declared in this scope
for(#include <bits/stdc++.h>
^
0_0_26282095_15480.cpp:59:28: error: 'stdc' was not declared in this scope
for(#include <bits/stdc++.h>
^
0_0_26282095_15480.cpp:60:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_26282095_15480.cpp:61:1: error: decl-specifier invalid in condition
typedef long long ll;
^
0_0_26282095_15480.cpp:61:19: error: typedef 'll' is initialized (use decltype instead)
typedef long long ll;
^
0_0_26282095_15480.cpp:61:21: error: expected '=' before ';' token
typedef long long ll;
^
0_0_26282095_15480.cpp:61:21: error: expected primary-expression before ';' token
0_0_26282095_15480.cpp:62:1: error: expected primary-expression before 'const'
const int tmax=450;
^
0_0_26282095_15480.cpp:62:1: error: expected ')' before 'const'
0_0_26282095_15480.cpp:64:11: error: 'tmax' was not declared in this scope
int Start[tmax],End[tmax],wlike[tmax],op[tmax];
^
0_0_26282095_15480.cpp:74:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_26282095_15480.cpp:82:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_26282095_15480.cpp:250:1: error: expected '}' at end of input
}
^
0_0_26282095_15480.cpp:250:1: error: expected '}' at end of input
|