// editor3
#include<stdio.h>
#include<stdlib.h>
int main(){
    int a,b;
 
    printf("%d",a,b);
    return 0;
}