fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. int a,b;
  6. scanf("%d",a);
  7. if(a<99)
  8. {
  9. printf("vitya loch");
  10. }
  11. else
  12. {
  13. printf("vitya ne loch");
  14. }
  15. printf("(no)");
  16. return 0;
  17. }
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
Runtime error #stdin #stdout 0s 10320KB
stdin
4
stdout
Standard output is empty