Home STD Contest Notification Clarification Problems Ranklist Status Print Sign Out

Contest Clarifications

Problem 1001 : Which is Greater
Which is Greater
#include<stdio.h>

void main()
{
  unsigned a,b;
  scanf("%d %d",&a,&b)
  {
  
    
  if(a>b)
    printf("Yes\n");
  else
    printf("No\n");
}
ÖÜÓÂ at 2010-12-12 15:05:10

 

Post a new reply

Title: