// editor1
#include<stdio.h>
int main()
{
    int a=10
    int b=90
    printf("value of b");
    printf("value of a");
    return 0;
}