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