#include<stdio.h> int main(){ int a; scanf("%d",&a); if ( a > 10 ) printf( "aは10より大きい\n "); return 0;}
9
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!