fork download
  1. #include<stdio.h>
  2. #include<conio.h>
  3. main()
  4. {
  5. int i,v,d,c=0;
  6. scanf("%d%d%d",&i,&v,&d);
  7. if(i!=0||v!=0||e!=0)
  8. {
  9. c=c+i*25+v*30+d*35;
  10. Printed("%d",c);
  11. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
1
1
1
compilation info
prog.c:2:9: fatal error: 'conio.h' file not found
#include<conio.h>
        ^~~~~~~~~
1 error generated.
stdout
Standard output is empty