#include #include using namespace std; int main() { bool p, q; p = true; q = true; cout
www.java2s.com