Шаблоны для работы с системой

С++

#include <iostream>

using namespace std;

int main()
{
//здесь будет Ваш код
return 0;
}