fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int main(void) {
  5. // your code goes here
  6. char a='a';
  7.  
  8. printf("该字符变量值为:%d\n",a);
  9. return 0;
  10. }
  11. }
  12.  
Success #stdin #stdout 0s 4308KB
stdin
Standard input is empty
stdout
Standard output is empty