#include <iostream>
#include <windows.h>
#include <cstdlib>
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
using namespace std;
int lgr1, lgr2;
int strzalgr1, strzalgr2;
string nick1, nick2;
int main()
{
cout << "witaj" << endl;
getch();
cout << "Gracz1 podaj nick:"<<endl;
cin >>nick1;
getch();
cout << "Gracz2 podaj nick:"<<endl;
cin >>nick2;
return 0;
}
Wydaję mi się, że tak lepiej ;)