Files
uni/ws2019/ipi/uebungen/cpp_headers/erstes.cc
T

8 lines
79 B
C++

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