#include <iostream>
using namespace std;

char *napis = "Czy tu jest jakis problem z kompilacja?";

int main() {
	cout << "A napis wyglada tak:" << napis << endl;
	// your code goes here
	return 0;
}