fork download
  1. #include <studio.h>
  2. Int main(void)
  3. {
  4. Int value1=10;
  5. Int value2=20;
  6. Printf("1:value1 %d\n",value1);
  7. Printf("2:value2 %d\n",value2);
  8. {
  9. Int value1;
  10. Value1=30;
  11. Value2=40;
  12. Printf("2:value1 %d\n",value1);
  13. Printf("2:value2 %d\n",value2);
  14. }
  15. Printf("3:value1 %d\n",value1);
  16. Printf("3:value2 %d\n",value2);
  17. Return0;
  18. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:20: error: studio.h: No such file or directory
prog.c:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘main’
stdout
Standard output is empty