0_0_26616643_12714.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26616643_12714.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26616643_12714.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26616643_12714.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26616643_12714.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_26616643_12714.cpp:9:13: error: 'LLONG_MAX' was not declared in this scope
const ll up=LLONG_MAX>>6;
^
0_0_26616643_12714.cpp: In function 'bool bimp(const bi&, const bi&)':
0_0_26616643_12714.cpp:12:45: error: 'dmt' was not declared in this scope
bool bimp(const bi&a,const bi&b){return a.t=dmt[qi[i].q][qi[j].q])
^
0_0_26616643_12714.cpp:12:52: error: 'i' was not declared in this scope
bool bimp(const bi&a,const bi&b){return a.t=dmt[qi[i].q][qi[j].q])
^
0_0_26616643_12714.cpp:12:61: error: 'j' was not declared in this scope
bool bimp(const bi&a,const bi&b){return a.t=dmt[qi[i].q][qi[j].q])
^
0_0_26616643_12714.cpp:12:66: error: expected ';' before ')' token
bool bimp(const bi&a,const bi&b){return a.t=dmt[qi[i].q][qi[j].q])
^
0_0_26616643_12714.cpp:12:66: error: expected primary-expression before ')' token
0_0_26616643_12714.cpp: At global scope:
0_0_26616643_12714.cpp:15:2: error: expected unqualified-id before 'return'
return q-hry();
^
0_0_26616643_12714.cpp:16:1: error: expected declaration before '}' token
};
^
|