Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- int main()
- {
- bool pf = (!(5 > 3) || 2571 % 3 == 0) && (11 > 3 * 4 || 20 % 3 == 0 || 6*7 != 5*8);
- bool pf2 = !((5 % 2 == 1 || 77 < 80 || 121 % 11 == 0) && !(pf));
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment