#include <stdio.h> int main() { int n = -7; if (!0 == 1) printf("Yes\n"); else printf("No\n"); }
Yes
Previous Question Next Question
Your comments will be displayed only after manual approval.