#include<stdio.h
void main()
{
    int a=1,b=2
    printf("%d",a)
    printf("\n%d",b)
    
}