fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int a,b,P;
  5. printf("napisi neki trocifren broj");
  6. scanf("%d",&a);
  7. printf("napisi stranicu b");
  8. scanf("%d",&b);
  9. P=a*b;
  10. printf("povrsina trougla je jednaka=%d",P);
  11. return 0;
  12. }
  13.  
  14.  
Success #stdin #stdout 0.01s 5280KB
stdin
 
stdout
napisi neki trocifren brojnapisi stranicu bpovrsina trougla je jednaka=400632320