fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int a;
  5. scanf("%d",&a);
  6.  
  7. if(a > 99);
  8. printf("aは99より大きい");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5300KB
stdin
9999999999999999
stdout
aは99より大きい