#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{
ifstream f("x.cfg");
string str;
while(getline(f,str))
{
cout<
{
const char* needle="=";
char* ccc=const_cast
char* c=strtok(ccc, needle);
if(c)
cout<<"F:"<
if(c)
cout<<"R:"<
}
return 0;
}