#include #include using namespace std; //Argumenty funkcji main - program wywolujemy np. ./a.out input output1 output2 albo ./a.out 5 foobar int main(int argc, char* argv[]){ cout << "Liczba argumentow: " << argc << endl; // argc zwraca liczbe argumentow funkcji main for (int i = 0; i