8 lines
79 B
C++
8 lines
79 B
C++
#include "fcpp.hh"
|
|
|
|
int main ()
|
|
{
|
|
return print( (3+(5*8))-(16*(7+9)) );
|
|
}
|
|
|