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