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