#include <stdio.h>

signed main(){
	int a = 10;
	/*
	<?php
		echo "\thorror\n";
	?>
	*/
	return a;
}