#include<stdio.h>
#include <stdio.h>int main(){ int x,g,sum; float n; n=2.3; x=13; sum=x+(g-3)*n+1; printf("%d\n",sum); return 0;}