fork download
  1. // Type your code here, or load an example.
  2. #include <stdio.h>
  3. main()
  4. {
  5. int val = 1;
  6. const int cv = 10;
  7. switch(val)
  8. {
  9. case cv:;
  10. }
  11. return 0;
  12. }
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty