#include<stdio.h>
int main()
{
    int a,b
    printf("%d",&a=<value of a>);
    printf("%d",&b=<value of b>);
    return 0;
}