fork download
  1. #include <stdio.h>
  2.  
  3. int main () {
  4.  
  5. int tishka = 228;
  6.  
  7. int tuzik = 158;
  8.  
  9. int res = tishka + tuzik;
  10.  
  11. int obamalox;
  12.  
  13.  
  14. printf ("%d\n", res);
  15.  
  16. scanf ("%d", &obamalox);
  17.  
  18. printf("Вы ввели: %d\n", obamalox);
  19.  
  20. if (obamalox > 200)
  21. printf("jopa");
  22.  
  23. return 0;
  24. }
  25.  
Success #stdin #stdout 0s 5288KB
stdin
чфсы
stdout
386
Вы ввели: 32767
jopa