#include stdio.h
void main()
{
int x = 8 * 9 / 3 + 9;
}

Posted on by