0_0_11784800_24016.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_11784800_24016.cpp:20: error: expected constructor, destructor, or type conversion before '<' token
0_0_11784800_24016.cpp:20: error: expected `,' or `;' before '<' token
0_0_11784800_24016.cpp:21: error: expected constructor, destructor, or type conversion before '<' token
0_0_11784800_24016.cpp:21: error: expected `,' or `;' before '<' token
0_0_11784800_24016.cpp:25: error: ISO C++ forbids declaration of `bitset' with no type
0_0_11784800_24016.cpp:25: error: expected `;' before '<' token
0_0_11784800_24016.cpp: In member function `bool TwoSAT::dfs(int)':
0_0_11784800_24016.cpp:30: error: `mark' undeclared (first use this function)
0_0_11784800_24016.cpp:30: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11784800_24016.cpp:33: error: `S' undeclared (first use this function)
0_0_11784800_24016.cpp:34: error: `g' undeclared (first use this function)
0_0_11784800_24016.cpp: In member function `void TwoSAT::init(int)':
0_0_11784800_24016.cpp:43: error: `S' undeclared (first use this function)
0_0_11784800_24016.cpp:45: error: `g' undeclared (first use this function)
0_0_11784800_24016.cpp:46: error: `mark' undeclared (first use this function)
0_0_11784800_24016.cpp: In member function `void TwoSAT::add(US, US)':
0_0_11784800_24016.cpp:50: error: `g' undeclared (first use this function)
0_0_11784800_24016.cpp: In member function `bool TwoSAT::solve(int)':
0_0_11784800_24016.cpp:56: error: `mark' undeclared (first use this function)
0_0_11784800_24016.cpp:61: error: `S' undeclared (first use this function)
0_0_11784800_24016.cpp: In function `int main()':
0_0_11784800_24016.cpp:77: error: `scanf' undeclared (first use this function)
0_0_11784800_24016.cpp:155: error: `puts' undeclared (first use this function)
|