#include <stdio.h> int main() { int a; a=3; printf("%d\n",a); a=5; printf("%d",a); }
Standard input is empty
3 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!