#include <iostream>

int main()
{
  using namespace std;
  cout << "Ich bin komplett, kurz und kompilierbar!" << endl;
}
