#include <stdio.h>
#include<math.h>
int main() {
  int a=9,b=9;

  printf("%d",pow(a,b));
}