1#include <stdio.h>
2
3int main(void){
4
5return 0;
6
7}
8