#include int main() { int a = 5; if(a > 0) printf("Pozitív szám\n"); else printf("Nulla vagy negatív\n"); }