#include <stdio.h>

int main() {
    int a=300,b,c;
    if(a>=400)
        b=300;
        c=200;
    printf("\n%d%d",b,c);
    return 0;
}

Embed on website

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