#include<iostream>
using namespace
std
;
int
main
(){
int
n
=
9
;
cout
<<
n
;
return
0
;
}