0_0_32867223_30214.cpp:27:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32867223_30214.cpp:28:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32867223_30214.cpp:29:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32867223_30214.cpp:30:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32867223_30214.cpp:31:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32867223_30214.cpp:33:12: error: '__int64' does not name a type
#define LL __int64
^
0_0_32867223_30214.cpp:37:7: note: in expansion of macro 'LL'
const LL INF=(LL)0x3f3f3f3f*0x3f3f3f3f;
^
0_0_32867223_30214.cpp:33:12: error: '__int64' does not name a type
#define LL __int64
^
0_0_32867223_30214.cpp:40:2: note: in expansion of macro 'LL'
LL c;
^
0_0_32867223_30214.cpp:33:12: error: '__int64' has not been declared
#define LL __int64
^
0_0_32867223_30214.cpp:42:23: note: in expansion of macro 'LL'
Edge(int _fr,int _to,LL _c){
^
0_0_32867223_30214.cpp: In constructor 'Edge::Edge(int, int, int)':
0_0_32867223_30214.cpp:45:3: error: 'c' was not declared in this scope
c=_c;
^
0_0_32867223_30214.cpp: In function 'bool cmp1(Edge, Edge)':
0_0_32867223_30214.cpp:49:11: error: 'struct Edge' has no member named 'cb'
return a.cb.s;
^
0_0_32867223_30214.cpp:50:11: error: 'struct Edge' has no member named 'c'
return a.c dp[N];
^
0_0_32867223_30214.cpp:50:13: error: expected ';' before 'dp'
return a.c dp[N];
^
0_0_32867223_30214.cpp:50:13: error: 'dp' was not declared in this scope
0_0_32867223_30214.cpp:52:12: error: a function-definition is not allowed here before '{' token
void init(){
^
0_0_32867223_30214.cpp:56:11: error: a function-definition is not allowed here before '{' token
int main(){
^
0_0_32867223_30214.cpp:77:1: error: expected '}' at end of input
}
^
|