fork download
  1. #include<studio.h>
  2. main()
  3. {
  4. printf(enter values of a,b);
  5. scanf("%d"%d"&a&b)
  6. c=a+b
  7. printf("%a sum of a&b is %d)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:9: fatal error: 'studio.h' file not found
#include<studio.h>
        ^~~~~~~~~~
1 error generated.
stdout
Standard output is empty