#include<stdio.h>int main(){ int a=5,b=10,c;c=(a>b)?a:b;printf("较大的是%d",c);}
Standard input is empty
较大的是10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!