#include <stdio.h>
int main(){
    int a,b;
    printf("enter the first number\n");
    scanf("%d",&a);
    printf("enter the second number\n");
    scanf("%d",&b);
    printf("%d",a==2&&b==2);
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: