#include using namespace std; struct Osoba { string imie; string nazwisko; }; int main() { }