/*
TASK:fib
LANG:C++
*/
#include<iostream>
using namespace std;
int main()
{
 int n,m;
 cout<<n%m*8;

 return 0;
}
