// editor1
#include<stdio.h>
#include<string.h>
int main (){
    int n = 10,20,30,40,50;
    printf("n");
    return 0;
}