#include <stdio.h> int Wiek;int main(void) { scanf("%d", &Wiek); printf("Masz %d lat", Wiek); return 0;}
Standard input is empty
Masz 0 lat
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!