fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int age=257;
  5. printf("age에 저장된 값:%d\n",age);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
age에 저장된 값:257